请问英文字体是什么名字
diyhome opened this issue · 2 comments
diyhome commented
请问英文字体的名字是什么?
我在TG下修改了size
,发现这个修改只对中文字体生效
英文以及阿拉伯数字则保持原来的字体大小,看着有点难受
ysc3839 commented
可能是 Open Sans
?
diyhome commented
可能是
Open Sans
?
的确是Open Sans
附上我在3K屏幕下用的还算舒服的配置:
请忽略全系微软雅黑
style: &style
# Remove '#' to override font style
size: 32
# width: 0
# weight: 0
# italic: false
# underLine: false
# strikeOut: false
# charSet: 0
# outPrecision: 0
# clipPrecision: 0
# quality: 0
# pitchAndFamily: 0
fonts:
SimSun: &zh-cn-font # Chinese (Simplified) fallback font
replace: Microsoft YaHei
<<: *style
PMingLiU: # Chinese (Traditional) fallback font
replace: Microsoft JhengHei UI
<<: *style
MS UI Gothic: # Japanese fallback font
replace: Yu Gothic UI
<<: *style
Gulim: # Korean fallback font
replace: 맑ì�€ ê³ ë”•
<<: *style
Open Sans:
replace: Microsoft YaHei
<<: *style
Open Sans Regular:
replace: Microsoft YaHei
<<: *style
Open Sans Semibold:
replace: Microsoft YaHei
<<: *style
Open Sans Bold:
replace: Microsoft YaHei
<<: *style
fixGSOFont: true # true is to use system UI font
#fixGSOFont: *zh-cn-font # Or replace with user defined font
debug: false