Add text-autospace CSS for CJK/Latin spacing (#697)

* Add text-autospace CSS for CJK/Latin spacing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* correct the css file name and remove it from docs.json

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Riskey
2026-03-06 12:31:36 +08:00
committed by GitHub
parent 6912690f45
commit f84d7ab662

3
style.css Normal file
View File

@@ -0,0 +1,3 @@
body {
text-autospace: normal;
}