chore: font updates

This commit is contained in:
Cory Dransfeldt 2023-12-17 17:16:52 -08:00
parent 7fb6744286
commit d50a2477ca
No known key found for this signature in database
4 changed files with 16 additions and 8 deletions

View file

@ -13,7 +13,15 @@ module.exports = {
14: '3.5rem',
},
fontFamily: {
sans: ['Helvetica Neue', 'Arial Nova', 'Nimbus Sans', 'Arial', 'sans-serif'],
sans: [
'Inter',
'Roboto',
'Helvetica Neue',
'Arial Nova',
'Nimbus Sans',
'Arial',
'sans-serif',
],
mono: ['ml', ...defaultTheme.fontFamily.mono],
},
backgroundImage: {