blob: 3a0350f31c64c903fc702c69fc9458eb9b82679d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="pattern">
<test name="family" qual="any">
<string>monospace</string>
</test>
<test name="prgname" qual="any">
<string>konsole</string>
</test>
<edit name="family" mode="append" binding="weak">
<string>Noto Color Emoji</string>
</edit>
</match>
</fontconfig>
|