From f84d7ab662a9eb5a8da01acab8cd1f6c24c9f777 Mon Sep 17 00:00:00 2001 From: Riskey <36894937+RiskeyL@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:31:36 +0800 Subject: [PATCH] Add text-autospace CSS for CJK/Latin spacing (#697) * Add text-autospace CSS for CJK/Latin spacing Co-Authored-By: Claude Opus 4.6 * correct the css file name and remove it from docs.json --------- Co-authored-by: Claude Opus 4.6 --- style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 00000000..7ff92a77 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body { + text-autospace: normal; +}