Skip to content

Instantly share code, notes, and snippets.

@jjgod
Created August 1, 2016 06:50
Show Gist options
  • Save jjgod/63ef51be8862f629bdea4e0aa98b06db to your computer and use it in GitHub Desktop.
Save jjgod/63ef51be8862f629bdea4e0aa98b06db to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="family" compare="eq">
<string>STHeiti</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>PingFang SC</string>
</edit>
</match>
<match target="pattern">
<test name="family" compare="eq">
<string>STSong</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>HYXinRenWenSongW</string>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment