From 88474e9ccc63349b186c3f301a495ba2e6318f38 Mon Sep 17 00:00:00 2001 From: Chen Gu Date: Fri, 24 Apr 2026 00:05:53 +0800 Subject: [PATCH] fix: remove Google Fonts for China accessibility --- themes/dreamscape/assets/css/dreamscape.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/dreamscape/assets/css/dreamscape.css b/themes/dreamscape/assets/css/dreamscape.css index 7ef455f..c334750 100644 --- a/themes/dreamscape/assets/css/dreamscape.css +++ b/themes/dreamscape/assets/css/dreamscape.css @@ -2,7 +2,7 @@ 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 { --void: #030308; @@ -15,8 +15,8 @@ --glow-cyan: #22d3ee; --text-light: #e8e8f8; --text-dim: #8888aa; - --font-serif: 'Noto Serif SC', 'Songti SC', serif; - --font-sans: -apple-system, BlinkMacSystemFont, sans-serif; + --font-serif: 'Songti SC', 'Noto Serif SC', 'SimSun', Georgia, serif; + --font-sans: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; }