remove external fonts

This commit is contained in:
Henry Dollman
2024-09-02 12:12:52 -04:00
parent 05f52ad15a
commit 54e0240dd8
4 changed files with 15 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
},
},
fontFamily: {
sans: ['Inter', 'sans-serif'],
sans: 'Inter, sans-serif',
// body: ['Inter', 'sans-serif'],
// display: ['Inter', 'sans-serif'],
},