Skip to content

Commit 7c1c2c3

Browse files
committed
Push system-ui further down the stack, fix #12966
1 parent 8679303 commit 7c1c2c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

web_src/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
22
/* documented customizable variables */
3-
--fonts-proportional: system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif;
3+
--fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif;
44
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
55
--fonts-emoji: system-emoji;
66
/* other variables */

web_src/less/_font_i18n.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ each(@fonts, {
3636
"HiraginoSans-:{W2,W4,W5,W6}", "Hiragino Kaku Gothic ProN :{W3,W6}",
3737
.shs("JP")[], .shs("J")[], .noto("JP")[], .shs("")[],
3838
/* https://acetaminophen.hatenablog.com/entry/2016/02/15/225009 */
39-
"Yu Gothic :{Regular,Medium,Medium,Bold}", "YuGothic :{Regular,Medium,Medium,Bold}",
39+
"Yu Gothic :{Regular,Medium,Bold}", "YuGothic :{Regular,Medium,Bold}",
4040
"Droid Sans Japanese:{}", "Meiryo:{, Bold}", "MS PGothic:{}";
4141
@zh-cn:
4242
.pingfang("SC")[],
@@ -51,6 +51,7 @@ each(@fonts, {
5151
@zh-hk:
5252
.pingfang("HK")[],
5353
.shs("HK")[], .shs("HC")[], .noto("HK")[], .shs("TC")[], .noto("TC")[],
54+
"HiraginoSansTC-:{W3,W6}", "Hiragino Sans TC :{W3,W6}",
5455
"Microsoft JhengHei:{ Light,, Bold}", "Heiti TC :{Light,Medium}", "PMingLiU_HKSCS:{}", "PMingLiU:{}";
5556
@ko:
5657
"AppleSDGothicNeo-:{Light,Regular,Medium,Semibold}",

0 commit comments

Comments
 (0)