diff --git a/apps/web/src/index.css b/apps/web/src/index.css index da4f455a5..349209f27 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -16,7 +16,8 @@ body, } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", + font-family: + -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/apps/web/src/styles/global.css b/apps/web/src/styles/global.css index 936a02d62..c938fb316 100644 --- a/apps/web/src/styles/global.css +++ b/apps/web/src/styles/global.css @@ -151,8 +151,9 @@ --space-4xl: 96px; /* ── 8. 字体 ─────────────────────────────────────────────── */ - --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", - "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif; + --font-family-base: + -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", + "Microsoft YaHei", "Noto Sans SC", sans-serif; --font-family-mono: "JetBrains Mono", "Fira Code", "SF Mono", Menlo, Consolas, monospace; --font-size-xs: 11px; @@ -371,7 +372,8 @@ body::before { inset: 0; z-index: 0; pointer-events: none; - background: radial-gradient(circle at 18% 20%, rgba(79, 70, 229, 0.11), transparent 30%), + background: + radial-gradient(circle at 18% 20%, rgba(79, 70, 229, 0.11), transparent 30%), radial-gradient(circle at 86% 14%, rgba(16, 185, 129, 0.08), transparent 28%), radial-gradient(circle at 48% 80%, rgba(99, 102, 241, 0.08), transparent 34%), #f8fafc; }