Skip to content

Commit f6a94b3

Browse files
committed
Merge branch 'master' of github.com:cloudwu/deepfuture
2 parents e709276 + 094bb6a commit f6a94b3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h1 id="overlay-title"></h1>
398398
'Helvetica'
399399
];
400400
const CHINESE_FONT_POSTSCRIPT_NAMES = [
401-
'STHeiti',
401+
'STYuanti-SC-Regular',
402402
'MicrosoftYaHei',
403403
'HeitiSC',
404404
];

localization/setting.dl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ setting :
44
english_name : "Simplified Chinese"
55
fontfile :
66
asset/font/MicrosoftYaHei.ttf
7-
asset/font/STHeiti.ttf
7+
asset/font/STYuanti-SC-Regular.ttf
88
asset/font/HeitiSC.ttf
99
asset/font/SourceHanSansSC-Regular.ttf
1010
font :
1111
微软雅黑
1212
"Microsoft YaHei"
1313
"Yuanti SC"
14-
"STHeiti"
1514
"Heiti SC"
1615
"Source Han Sans SC Regular"
1716
"WenQuanYi Micro Hei"

0 commit comments

Comments
 (0)