Update 2023-01-01 10:16 OpenBSD/amd64
This commit is contained in:
30
.config/fontconfig/fonts.conf
Normal file
30
.config/fontconfig/fonts.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
<fontconfig>
|
||||
|
||||
<match target="pattern">
|
||||
<test name="family"><string>monospace</string></test>
|
||||
<edit name="family" mode="append">
|
||||
<string>Android Emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Block Symbola from the list of fallback fonts. -->
|
||||
<selectfont>
|
||||
<rejectfont>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Symbola</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
</rejectfont>
|
||||
</selectfont>
|
||||
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family"><string>Symbola</string></test>
|
||||
<edit name="family" mode="assign" binding="same">
|
||||
<string>Android Emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
||||
Reference in New Issue
Block a user