fix: avoid remote font fetch during build

This commit is contained in:
2026-06-08 10:47:43 +08:00
parent 8556286f2a
commit 475b90781c
2 changed files with 6 additions and 14 deletions

View File

@@ -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;