feat: reference geist from google fonts (#876)
This commit is contained in:
parent
d26e0d9ac4
commit
1a8cd993f4
10 changed files with 73 additions and 75 deletions
|
|
@ -8,11 +8,11 @@ const config: Config = {
|
|||
'./app/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ['geist'],
|
||||
mono: ['geist-mono'],
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['var(--font-geist)'],
|
||||
mono: ['var(--font-geist-mono)'],
|
||||
},
|
||||
screens: {
|
||||
'toast-mobile': '600px',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue