Skip to content

Instantly share code, notes, and snippets.

@daviszerro
Last active May 6, 2020 14:19
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 daviszerro/bfc54d8404a4ba7e551e802938bf1dde to your computer and use it in GitHub Desktop.
Save daviszerro/bfc54d8404a4ba7e551e802938bf1dde to your computer and use it in GitHub Desktop.
Fontmod config works on Telegram Desktop 2.1.2, Windows 10 1909, locale en-US, language English(US)
style: &style
# Remove '#' to override font style
# size: 26
# width: 0
weight: 0
# italic: false
# underLine: false
# strikeOut: false
# charSet: 0
# outPrecision: 0
# clipPrecision: 0
quality: CLEARTYPE_QUALITY
# pitchAndFamily: 0
fonts:
DAOpenSansRegular:
replace: Sarasa Gothic SC
<<: *style
Arial: &en-us-font
replace: Sarasa Gothic SC
<<: *style
DAOpenSansSemibold:
replace: Sarasa Gothic SC Semibold
<<: *style
fixGSOFont: *en-us-font # 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