Update fontconfig: emoji fonts

This commit is contained in:
rydesun 2020-10-15 12:20:17 +08:00
parent 69c2ca399c
commit 1792f63f88

View file

@ -20,7 +20,7 @@
<edit name="family" mode="prepend" binding="strong">
<string>Noto Sans</string>
<string>Noto Sans CJK SC</string>
<string>Symbols Nerd Font</string>
<string>emoji</string>
</edit>
</match>
@ -32,7 +32,7 @@
<edit name="family" mode="prepend" binding="strong">
<string>Noto Serif</string>
<string>Noto Serif CJK SC</string>
<string>Symbols Nerd Font</string>
<string>emoji</string>
</edit>
</match>
@ -44,6 +44,17 @@
<edit name="family" mode="prepend" binding="strong">
<string>Iosevka Custom</string>
<string>Noto Sans Mono CJK SC</string>
<string>emoji</string>
</edit>
</match>
<!-- Default emoji fonts -->
<match target="pattern">
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Blobmoji</string>
<string>Symbols Nerd Font</string>
</edit>
</match>