perf: wire next/font CSS variables into Tailwind theme
This commit is contained in:
parent
8a3ad5ace8
commit
866392fa8a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
--color-surface: #fafafa;
|
||||
--color-surface-dark: #f5f5f5;
|
||||
--color-muted: #737373;
|
||||
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
|
||||
--font-mono: "JetBrains Mono", ui-monospace, monospace;
|
||||
--font-sans: var(--font-inter), ui-sans-serif, system-ui, sans-serif;
|
||||
--font-mono: var(--font-jetbrains-mono), ui-monospace, monospace;
|
||||
}
|
||||
|
||||
html {
|
||||
|
|
|
|||
Loading…
Reference in a new issue