Skip to content

Instantly share code, notes, and snippets.

@tedliou
Created June 19, 2021 04:40
Show Gist options
  • Save tedliou/45fb0321b6c28b82ab3de0847f584e58 to your computer and use it in GitHub Desktop.
Save tedliou/45fb0321b6c28b82ab3de0847f584e58 to your computer and use it in GitHub Desktop.
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