fix: remove Google Fonts for China accessibility
All checks were successful
Deploy / deploy (push) Successful in 2s

This commit is contained in:
Chen Gu
2026-04-24 00:05:53 +08:00
parent 3338178f88
commit 88474e9ccc

View File

@@ -2,7 +2,7 @@
VAL'S DREAMSCAPE — 沉浸式梦境主题 VAL'S DREAMSCAPE — 沉浸式梦境主题
═══════════════════════════════════════════════════════════════ */ ═══════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&display=swap'); /* Google Fonts removed for China accessibility */
:root { :root {
--void: #030308; --void: #030308;
@@ -15,8 +15,8 @@
--glow-cyan: #22d3ee; --glow-cyan: #22d3ee;
--text-light: #e8e8f8; --text-light: #e8e8f8;
--text-dim: #8888aa; --text-dim: #8888aa;
--font-serif: 'Noto Serif SC', 'Songti SC', serif; --font-serif: 'Songti SC', 'Noto Serif SC', 'SimSun', Georgia, serif;
--font-sans: -apple-system, BlinkMacSystemFont, sans-serif; --font-sans: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
} }
* { margin: 0; padding: 0; box-sizing: border-box; } * { margin: 0; padding: 0; box-sizing: border-box; }