feat(scss): Enhance text rendering with autospace properties (#1188)

* Enhance text rendering with autospace properties

Added text autospace properties for better text rendering for CJK characters.

* Update text-autospace and text-spacing properties
This commit is contained in:
Konnyaku
2025-11-01 19:33:23 +01:00
committed by GitHub
parent 8cb1646198
commit 2d1d6727f5
+3
View File
@@ -12,6 +12,9 @@ body {
margin: 0;
font-family: var(--base-font-family);
font-size: 1.6rem;
text-autospace: ideograph-alpha ideograph-numeric punctuation insert;
text-spacing-trim: trim-start allow-end;
-ms-text-autospace: ideograph-alpha;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}