fix: remove Google Fonts for China accessibility
All checks were successful
Deploy / deploy (push) Successful in 2s
All checks were successful
Deploy / deploy (push) Successful in 2s
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user