Skip to content

Instantly share code, notes, and snippets.

@doitian
Created June 12, 2020 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doitian/70a1f32096ead06544804e6e7ca947fa to your computer and use it in GitHub Desktop.
Save doitian/70a1f32096ead06544804e6e7ca947fa to your computer and use it in GitHub Desktop.
[FontMod for Telegram] The latest version of Telegram uses DAOpenSansRegular and DAVazirRegular as fallback fonts. #windows #Chinese #font
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: 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
DAOpenSansRegular:
<<: *zh-cn-font
DAVazirRegular:
<<: *zh-cn-font
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