feat: typography
This commit is contained in:
parent
a4472722f6
commit
e35433cf93
7 changed files with 445 additions and 23 deletions
|
@ -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':
|
||||
|
|
Reference in a new issue