fix: avoid remote font fetch during build
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
--font-mono: var(--font-geist-mono);
|
||||
}
|
||||
|
||||
:root {
|
||||
--font-geist-sans: Inter, Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
--font-geist-mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
|
||||
}
|
||||
|
||||
/* ═══ DARK THEME ═══ */
|
||||
:root, [data-theme="dark"] {
|
||||
--background: #06080d;
|
||||
|
||||
Reference in New Issue
Block a user