Created
August 1, 2016 06:50
-
-
Save jjgod/63ef51be8862f629bdea4e0aa98b06db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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