refactor(font): use local woff2

This commit is contained in:
enscribe 2024-09-18 17:52:04 -07:00
parent 42951e4d01
commit 3b1fcf5663
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
9 changed files with 21 additions and 24 deletions

View file

@ -7,7 +7,7 @@ const config: Config = {
theme: {
extend: {
fontFamily: {
sans: ['Geist Sans', ...defaultTheme.fontFamily.sans],
sans: ['Geist', ...defaultTheme.fontFamily.sans],
mono: ['Geist Mono', ...defaultTheme.fontFamily.mono],
},
colors: {