Skip to content

Commit 7cec684

Browse files
authored
Add text-autospace: normal; to the document (#719)
Fix #712.
1 parent 8c024f5 commit 7cec684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

local.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ sans-serif: Fallback
3333

3434
[lang=zh-hant] {
3535
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;
36+
text-autospace: normal;
3637
}
3738

3839
[lang=zh-hans] {
3940
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;
41+
text-autospace: normal;
4042
}
4143

4244
h2 {

0 commit comments

Comments
 (0)