Greasy Fork

Greasy Fork is available in English.

Claude 中文字体修复

修复 Claude.ai 上中文显示为日文字型的问题,将中文衬线字体(Noto Serif SC / 宋体-简)优先级提升至 Hiragino Sans 之前。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
ClathW
日安装量
1
总安装量
38
评分
0 0 0
版本
1.0.0
创建于
2026-04-14
更新于
2026-04-14
大小
1.3 KB
许可证
MIT
适用于

Claude Chinese Font Fix

Fix Chinese characters rendering with Japanese glyphs on claude.ai.

The Problem

Claude.ai's default serif font stack places Hiragino Sans before any Chinese fonts. Since Hiragino Sans includes CJK Unified Ideographs, the browser uses its Japanese glyphs to render Chinese text — resulting in characters that look subtly (or sometimes obviously) wrong to Chinese readers.

Before (Japanese glyphs): 「直」「关」「步」 rendered with Japanese stroke styles

After (Chinese glyphs): 「直」「关」「步」 rendered with proper Chinese stroke styles

How It Works

This userscript inserts Noto Serif SC and Songti SC (宋体-简) into the --font-anthropic-serif CSS variable, ahead of Hiragino Sans. The browser then matches Chinese characters to a Chinese font first, while Japanese kana still falls through to Hiragino Sans as intended.

Installation

  1. Install Tampermonkey (Chrome / Edge / Firefox / Safari)
  2. Click the link below to install the script:

Install from Greasyfork

Or install directly from GitHub:

Install from GitHub

  1. Visit claude.ai — Chinese text should now render with correct glyphs.

Font Priority

The script uses this font stack for serif text:

Priority Font Notes
1 Noto Serif SC Google's open-source Chinese serif font. Download
2 Songti SC (宋体-简) Built into macOS
3 (original stack) Hiragino Sans, Yu Gothic, etc.

For best results, install Noto Serif SC on your system. If not installed, the script falls back to Songti SC on macOS. On other platforms, the original font stack remains as a fallback.

Compatibility

  • Browsers: Chrome, Edge, Firefox, Safari (with Tampermonkey or equivalent)
  • OS: macOS, Windows, Linux
  • Tested with: Tampermonkey v5.x

License

MIT