Created
June 19, 2021 04:40
-
-
Save tedliou/45fb0321b6c28b82ab3de0847f584e58 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
style: &style | |
# size: 0 | |
# 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 | |
fixGSOFont: true # true is to use system UI font | |
#fixGSOFont: *zh-cn-font # Or replace with user defined font | |
debug: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment