-
-
Save zhuomingliang/be4b584463c9a0d5e9d7 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
<fontconfig> | |
<match target="pattern"> | |
<test qual="any" name="family"> | |
<string>serif</string> | |
</test> | |
<edit name="family" mode="prepend" binding="strong"> | |
<string>Noto Sans S Chinese</string> | |
<string>Noto Sans T Chinese</string> | |
<string>Noto Sans Japanese</string> | |
<string>Noto Sans Korean</string> | |
</edit> | |
</match> | |
<match target="pattern"> | |
<test qual="any" name="family"> | |
<string>sans-serif</string> | |
</test> | |
<edit name="family" mode="prepend" binding="strong"> | |
<string>Noto Sans S Chinese</string> | |
<string>Noto Sans T Chinese</string> | |
<string>Noto Sans Japanese</string> | |
<string>Noto Sans Korean</string> | |
</edit> | |
</match> | |
<match target="pattern"> | |
<test qual="any" name="family"> | |
<string>monospace</string> | |
</test> | |
<edit name="family" mode="prepend" binding="strong"> | |
<string>Noto Sans S Chinese</string> | |
<string>Noto Sans T Chinese</string> | |
<string>Noto Sans Japanese</string> | |
<string>Noto Sans Korean</string> | |
</edit> | |
</match> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ubuntu 下面安装
然后注销,重新登陆即可