Skip to content

Commit c35083c

Browse files
committed
add chinese and japanese fonts from # 14 and #15
1 parent f7010da commit c35083c

1 file changed

Lines changed: 29 additions & 5 deletions

File tree

res/font/fonts.json

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,54 @@
22
"windows": {
33
"zh-CN": [
44
"msyh.ttc",
5-
"msyhbd.ttc"
5+
"msyhbd.ttc",
6+
"simsun.ttc",
7+
"simhei.ttf",
8+
"simkai.ttf",
9+
"simfang.ttf",
10+
"msjh.ttc",
11+
"msjhbd.ttc"
612
],
713
"ja": [
814
"meiryo.ttc",
9-
"msgothic.ttc"
15+
"meiryob.ttc",
16+
"msgothic.ttc",
17+
"msmincho.ttc",
18+
"YuGothM.ttc",
19+
"YuGothB.ttc",
20+
"YuMincho.ttc"
1021
]
1122
},
1223
"linux": {
1324
"zh-CN": [
1425
"Noto Sans CJK SC",
15-
"WenQuanYi Micro Hei"
26+
"WenQuanYi Micro Hei",
27+
"WenQuanYi Zen Hei",
28+
"AR PL UMing CN",
29+
"AR PL UKai CN"
1630
],
1731
"ja": [
1832
"Noto Sans CJK JP",
19-
"IPAGothic"
33+
"Noto Sans CJK SC",
34+
"Noto Sans CJK TC",
35+
"Noto Sans JP",
36+
"IPAGothic",
37+
"IPA Gothic",
38+
"VL Gothic"
2039
]
2140
},
2241
"macos": {
2342
"zh-CN": [
2443
"PingFang.ttc",
25-
"Hiragino Sans GB.ttc"
44+
"STHeiti Light.ttc",
45+
"STHeiti Medium.ttc",
46+
"Hiragino Sans GB.ttc",
47+
"Arial Unicode.ttf"
2648
],
2749
"ja": [
2850
"ヒラギノ角ゴシック W3.ttc",
51+
"ヒラギノ明朝 ProN.ttc",
52+
"ヒラギノ丸ゴ ProN W4.ttc",
2953
"Hiragino Sans GB.ttc"
3054
]
3155
}

0 commit comments

Comments
 (0)