Fix fontconfig: chrome fallback bug

This commit is contained in:
rydesun 2020-10-27 18:59:06 +08:00
parent 63e5d43ccb
commit 57e63c9cc4

View file

@ -234,7 +234,6 @@
<string>Microsoft YaHei</string>
</test>
<edit name="family" binding="strong">
<string>Noto Sans</string>
<string>Noto Sans CJK SC</string>
</edit>
</match>
@ -243,7 +242,6 @@
<string>微软雅黑</string>
</test>
<edit name="family" binding="strong">
<string>Noto Sans</string>
<string>Noto Sans CJK SC</string>
</edit>
</match>
@ -252,7 +250,6 @@
<string>SimHei</string>
</test>
<edit name="family" binding="strong">
<string>Noto Sans</string>
<string>Noto Sans CJK SC</string>
</edit>
</match>
@ -261,7 +258,6 @@
<string>黑体</string>
</test>
<edit name="family" binding="strong">
<string>Noto Sans</string>
<string>Noto Sans CJK SC</string>
</edit>
</match>
@ -280,7 +276,6 @@
<string>SimSun</string>
</test>
<edit name="family" binding="strong">
<string>Noto Serif</string>
<string>Noto Serif CJK SC</string>
</edit>
</match>
@ -289,7 +284,6 @@
<string>宋体</string>
</test>
<edit name="family" binding="strong">
<string>Noto Serif</string>
<string>Noto Serif CJK SC</string>
</edit>
</match>
@ -298,7 +292,6 @@
<string>FangSong</string>
</test>
<edit name="family" binding="strong">
<string>Noto Serif</string>
<string>Noto Serif CJK SC</string>
</edit>
</match>
@ -307,7 +300,6 @@
<string>仿宋</string>
</test>
<edit name="family" binding="strong">
<string>Noto Serif</string>
<string>Noto Serif CJK SC</string>
</edit>
</match>
@ -328,7 +320,6 @@
<string>KaiTi</string>
</test>
<edit name="family" binding="strong">
<string>Noto Serif</string>
<string>AR PL UKai CN</string>
<string>Noto Serif CJK SC</string>
</edit>
@ -338,7 +329,6 @@
<string>楷体</string>
</test>
<edit name="family" binding="strong">
<string>Noto Serif</string>
<string>AR PL UKai CN</string>
<string>Noto Serif CJK SC</string>
</edit>
@ -348,9 +338,6 @@
<test name="family" compare="contains">
<string>AR PL UKai</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Serif</string>
</edit>
<edit name="family" mode="append" binding="strong">
<string>Noto Serif CJK SC</string>
</edit>
@ -361,6 +348,9 @@
<test name="family" compare="contains">
<string>Noto Sans CJK</string>
</test>
<test name="prgname" compare="not_eq">
<string>chrome</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Sans</string>
</edit>
@ -369,6 +359,9 @@
<test name="family" compare="contains">
<string>Noto Serif CJK</string>
</test>
<test name="prgname" compare="not_eq">
<string>chrome</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Noto Serif</string>
</edit>
@ -377,6 +370,9 @@
<test name="family" compare="contains">
<string>Noto Sans Mono CJK</string>
</test>
<test name="prgname" compare="not_eq">
<string>chrome</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Iosevka Custom</string>
</edit>