fix: remove font overrides to use Tailwind configuration

This commit is contained in:
2026-03-04 02:04:02 +08:00
parent 0329bd2ff6
commit e2b4105fb6

View File

@@ -9,7 +9,7 @@
--color-background: var(--background);
--color-foreground: var(--foreground);
--font-sans: 'Inter', 'PingFang SC', 'Microsoft YaHei', sans-serif;
--font-mono: 'Inter', 'ui-monospace', 'SFMono-Regular', 'Menlo', monospace;
--font-mono: 'ui-monospace', 'SFMono-Regular', 'Menlo', monospace;
}
@media (prefers-color-scheme: dark) {
@@ -22,5 +22,4 @@
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
}