feat: typography

This commit is contained in:
Cory Dransfeldt 2023-10-29 16:14:25 -07:00
parent a4472722f6
commit e35433cf93
7 changed files with 445 additions and 23 deletions

View file

@ -13,8 +13,8 @@ module.exports = {
14: '3.5rem',
},
fontFamily: {
sans: ['Inter', ...defaultTheme.fontFamily.sans],
mono: ['ui-monospace', 'SFMono-Regular', ...defaultTheme.fontFamily.mono],
sans: ['silka', 'Inter', ...defaultTheme.fontFamily.sans],
mono: ['ml', ...defaultTheme.fontFamily.mono],
},
backgroundImage: {
'cover-gradient':