feat: use Inter as the default font

This commit is contained in:
2024-08-23 18:44:15 +02:00
parent 86710dd3e1
commit af6ba4a319
4 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,9 @@ module.exports = {
mode: "all",
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
theme: {
fontFamily: {
sans: ["Inter", "sans-serif"],
},
extend: {},
},
plugins: [],