Update fontconfig

This commit is contained in:
rydesun 2021-08-07 16:50:34 +08:00
parent 8edbbf6a3d
commit d75ea9aacc
2 changed files with 44 additions and 0 deletions

View file

@ -62,4 +62,21 @@
</edit>
</match>
<match target="scan">
<test name="family" compare="contains">
<string>Noto Sans</string>
</test>
<edit name="charset" mode="assign">
<minus>
<name>charset</name>
<charset>
<range>
<int>0xF900</int>
<int>0xFAFF</int>
</range>
</charset>
</minus>
</edit>
</match>
</fontconfig>

View file

@ -39,6 +39,15 @@
</edit>
</match>
<match target="pattern">
<test name="family">
<string>Liberation Sans</string>
</test>
<edit name="family" binding="strong">
<string>Noto Sans</string>
</edit>
</match>
<match target="pattern">
<test name="family" compare="contains">
<string>Microsoft YaHei</string>
@ -85,6 +94,15 @@
</edit>
</match>
<match target="pattern">
<test name="family">
<string>Liberation Serif</string>
</test>
<edit name="family" binding="strong">
<string>Noto Serif</string>
</edit>
</match>
<match target="pattern">
<test name="family" compare="contains">
<string>SimSun</string>
@ -131,4 +149,13 @@
</edit>
</match>
<match target="pattern">
<test name="family">
<string>Liberation Mono</string>
</test>
<edit name="family" binding="strong">
<string>Iosevka Custom</string>
</edit>
</match>
</fontconfig>