From c8681623f72c461243dcc08cb303ead97dbeda0c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 8 Dec 2025 00:24:23 +0900 Subject: style(client): replace Google Fonts with Noto Sans CJK JP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- index.html | 3 --- src/client/styles.css | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c71fcf2..eca0307 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,6 @@ - - - Kioku 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; -- cgit v1.2.3-70-g09d2