feat: reference geist from google fonts (#876)

This commit is contained in:
Jeremy 2025-03-18 13:57:06 -07:00 committed by GitHub
parent d26e0d9ac4
commit 1a8cd993f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 73 additions and 75 deletions

View file

@ -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',
},