Skip to content

Instantly share code, notes, and snippets.

@mayocream
Created November 28, 2020 13:28
Show Gist options
  • Save mayocream/8a26e5f5ad5ec5310ded9657d3319525 to your computer and use it in GitHub Desktop.
Save mayocream/8a26e5f5ad5ec5310ded9657d3319525 to your computer and use it in GitHub Desktop.
telegram
style: &style
# Remove '#' to override font 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: Source Han Sans
<<: *style
PMingLiU: # Chinese (Traditional) fallback font
replace: Source Han Sans
<<: *style
MS UI Gothic: # Japanese fallback font
replace: Source Han Sans
<<: *style
Gulim: # Korean fallback font
replace: Source Han Sans
<<: *style
# Segoe UI:
# replace: Source Han Sans
# <<: *style
# Open Sans:
# replace: Source Han Sans
# <<: *style
Yu Gothic UI:
replace: Source Han Sans
Yu Gothic UI Semibold:
replace: Source Han Sans
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