Ensure font-inter works, googlefont import directive

This commit is contained in:
2024-12-22 15:51:32 -06:00
parent e80c8b1c4f
commit 902afb925b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ export default {
extend: {
fontFamily: {
bebas: ["Bebas Neue", "sans-serif"],
sans: ["Inter", "sans-serif"],
inter: ["Inter", "sans-serif"],
},
},
},