This commit is contained in:
eric
2026-03-10 01:58:18 -05:00
parent f132a6b1a6
commit c69d20a162
4 changed files with 33 additions and 21 deletions

View File

@@ -35,9 +35,8 @@
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: var(--font-noto-sans-sc), var(--font-geist-sans), system-ui,
sans-serif;
--font-mono: var(--font-geist-mono);
--font-sans: "Noto Sans SC Variable", "Geist Variable", system-ui, sans-serif;
--font-mono: "Geist Mono Variable", monospace;
}
body {