Update fontconfig: prefer latin fonts

This commit is contained in:
rydesun 2020-10-12 13:29:18 +08:00
parent 9b9c3248a5
commit 6ee4143307

View file

@ -299,4 +299,17 @@
</edit>
</match>
<!-- Replace latin characters in CJK fonts -->
<match target="pattern">
<test name="family" compare="contains">
<string>Noto</string>
</test>
<test name="family" compare="contains">
<string>CJK</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Sans</string>
</edit>
</match>
</fontconfig>