Skip to content

Commit f4d9206

Browse files
committed
Minor correctness/typo fix, affects only legacy platforms
1 parent 5d71945 commit f4d9206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/less/_font_i18n.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ each(@fonts, {
3333

3434
@fonts: {
3535
@ja:
36-
"HiraginoSans-:{W2,W4,W5,W6}", "Hiragino Kaku Gothic ProN :{W3,W6}",
36+
"HiraginoSans-:{W2,W4,W5,W6}", "HiraKakuProN-:{W3,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 */
3939
"Yu Gothic :{Regular,Medium,Bold}", "YuGothic :{Regular,Medium,Bold}",
@@ -54,7 +54,7 @@ each(@fonts, {
5454
"HiraginoSansTC-:{W3,W6}", "Hiragino Sans TC :{W3,W6}",
5555
"Microsoft JhengHei:{ Light,, Bold}", "Heiti TC :{Light,Medium}", "PMingLiU_HKSCS:{}", "PMingLiU:{}";
5656
@ko:
57-
"AppleSDGothicNeo-:{Light,Regular,Medium,Semibold}",
57+
"AppleSDGothicNeo-:{Light,Regular,Medium,SemiBold}",
5858
.shs("KR")[], .shs("K")[], .noto("KR")[],
5959
"NanumBarunGothic:{ Light,, Bold}",
6060
"Malgun Gothic:{ Semilight,, Bold}", "Nanum Gothic:{, Bold}", "Dotum:{}";

0 commit comments

Comments
 (0)