From cabeb70e18fa8b2857a806585ea877498e053c28 Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Wed, 5 Nov 2025 13:21:36 +0800 Subject: [PATCH] Add `text-autospace: normal;` to the document Fix #712. --- local.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.css b/local.css index 86957d7..a57e669 100644 --- a/local.css +++ b/local.css @@ -33,10 +33,12 @@ sans-serif: Fallback [lang=zh-hant] { font-family: 'Punctuation TC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'PingFang TC', 'Noto Sans CJK TC', 'Noto Sans TC', 'Heiti TC', 'Microsoft JhengHei', sans-serif; + text-autospace: normal; } [lang=zh-hans] { font-family: 'Punctuation SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 'PingFang SC', 'Noto Sans CJK SC', 'Noto Sans SC', 'Heiti SC', 'DengXian', 'Microsoft YaHei', sans-serif; + text-autospace: normal; } h2 {