We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8679303 commit 7c1c2c3Copy full SHA for 7c1c2c3
web_src/less/_base.less
@@ -1,6 +1,6 @@
1
:root {
2
/* documented customizable variables */
3
- --fonts-proportional: system-ui, -apple-system, "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif;
+ --fonts-proportional: -apple-system, "Segoe UI", system-ui, "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif;
4
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
5
--fonts-emoji: system-emoji;
6
/* other variables */
web_src/less/_font_i18n.less
@@ -36,7 +36,7 @@ each(@fonts, {
36
"HiraginoSans-:{W2,W4,W5,W6}", "Hiragino Kaku Gothic ProN :{W3,W6}",
37
.shs("JP")[], .shs("J")[], .noto("JP")[], .shs("")[],
38
/* https://acetaminophen.hatenablog.com/entry/2016/02/15/225009 */
39
- "Yu Gothic :{Regular,Medium,Medium,Bold}", "YuGothic :{Regular,Medium,Medium,Bold}",
+ "Yu Gothic :{Regular,Medium,Bold}", "YuGothic :{Regular,Medium,Bold}",
40
"Droid Sans Japanese:{}", "Meiryo:{, Bold}", "MS PGothic:{}";
41
@zh-cn:
42
.pingfang("SC")[],
@@ -51,6 +51,7 @@ each(@fonts, {
51
@zh-hk:
52
.pingfang("HK")[],
53
.shs("HK")[], .shs("HC")[], .noto("HK")[], .shs("TC")[], .noto("TC")[],
54
+ "HiraginoSansTC-:{W3,W6}", "Hiragino Sans TC :{W3,W6}",
55
"Microsoft JhengHei:{ Light,, Bold}", "Heiti TC :{Light,Medium}", "PMingLiU_HKSCS:{}", "PMingLiU:{}";
56
@ko:
57
"AppleSDGothicNeo-:{Light,Regular,Medium,Semibold}",
0 commit comments