aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-08 00:24:23 +0900
committernsfisis <nsfisis@gmail.com>2025-12-08 00:24:23 +0900
commitc8681623f72c461243dcc08cb303ead97dbeda0c (patch)
treeed7093d92e8bcf54fff9d5da155f4caca86fcaa2 /src
parent65c0adfd769b9ef11b897c96a3634c61120055b8 (diff)
downloadkioku-c8681623f72c461243dcc08cb303ead97dbeda0c.tar.gz
kioku-c8681623f72c461243dcc08cb303ead97dbeda0c.tar.zst
kioku-c8681623f72c461243dcc08cb303ead97dbeda0c.zip
style(client): replace Google Fonts with Noto Sans CJK JP
Remove external Google Fonts dependency (DM Sans, Fraunces) and use locally-installed Noto Sans CJK JP for better Japanese text support. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'src')
-rw-r--r--src/client/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/styles.css b/src/client/styles.css
index 2c10cfe..9f16ead 100644
--- a/src/client/styles.css
+++ b/src/client/styles.css
@@ -27,8 +27,8 @@
--color-info: #2563eb;
/* Typography */
- --font-display: "Fraunces", "Georgia", serif;
- --font-body: "DM Sans", system-ui, sans-serif;
+ --font-display: "Noto Sans CJK JP", "Noto Sans JP", system-ui, sans-serif;
+ --font-body: "Noto Sans CJK JP", "Noto Sans JP", system-ui, sans-serif;
/* Border radius */
--radius-sm: 0.375rem;