Skip to content

Instantly share code, notes, and snippets.

@nearsyh
Created June 5, 2013 15:12
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 nearsyh/5714623 to your computer and use it in GitHub Desktop.
Save nearsyh/5714623 to your computer and use it in GitHub Desktop.
Part of font conf file. This can modify the font english part to Ubuntu when using WenQuanYi.
<match target="pattern">
<test name="family" compare="contains">
<string>WenQuanYi</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Ubuntu Bold</string>
</edit>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment