Update fontconfig: remove unused config

This commit is contained in:
rydesun 2021-02-15 16:15:03 +08:00
parent c9eea7b317
commit 5f1d74cadc
3 changed files with 0 additions and 43 deletions

View file

@ -131,17 +131,4 @@
</edit>
</match>
<!-- Replace emoji fonts -->
<match target="pattern">
<test name="family" compare="contains">
<string>Noto Color Emoji</string>
</test>
<test name="prgname" compare="not_eq">
<string>firefox</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Blobmoji</string>
</edit>
</match>
</fontconfig>

View file

@ -17,19 +17,4 @@
</edit>
</match>
<match target="pattern">
<test name="prgname" compare="not_eq">
<string>chrome</string>
</test>
<test name="prgname" compare="not_eq">
<string>steam</string>
</test>
<test name="family" compare="contains">
<string>Sarasa Mono</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Iosevka Custom</string>
</edit>
</match>
</fontconfig>

View file

@ -20,19 +20,4 @@
</edit>
</match>
<match target="pattern">
<test name="prgname" compare="not_eq">
<string>chrome</string>
</test>
<test name="prgname" compare="not_eq">
<string>steam</string>
</test>
<test name="family" compare="contains">
<string>Source Han Sans HW</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Iosevka Custom</string>
</edit>
</match>
</fontconfig>