[dyad] Fixing server error by correcting font configuration - wrote 3 file(s)

This commit is contained in:
[dyad]
2026-01-21 13:28:54 +01:00
parent 3fdd48f081
commit 702b7e384d
3 changed files with 7 additions and 3 deletions

View File

@@ -9,6 +9,10 @@ export default {
],
theme: {
extend: {
fontFamily: {
sans: ["var(--font-geist-sans)"],
mono: ["var(--font-geist-mono)"],
},
colors: {
background: 'hsl(var(--background))',
foreground: 'hsl(var(--foreground))',
@@ -91,4 +95,4 @@ export default {
}
},
plugins: [require("tailwindcss-animate")],
} satisfies Config;
} satisfies Config;