2016-04-01 12:53:31 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<fontconfig>
|
2018-04-12 01:39:34 +00:00
|
|
|
<match>
|
|
|
|
<test qual="any" name="family"><string>sans-serif</string></test>
|
2018-07-30 08:11:24 +00:00
|
|
|
<edit name="family" mode="prepend" binding="strong">
|
2018-04-12 01:39:34 +00:00
|
|
|
<string>Noto Sans</string>
|
2017-07-15 12:39:52 +00:00
|
|
|
<string>Noto Color Emoji</string>
|
2018-07-30 08:11:24 +00:00
|
|
|
<string>FontAwesome 5 Pro Light</string>
|
2017-07-15 12:39:52 +00:00
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match>
|
2018-04-12 01:39:34 +00:00
|
|
|
<test qual="any" name="family"><string>serif</string></test>
|
2018-07-30 08:11:24 +00:00
|
|
|
<edit name="family" mode="prepend" binding="strong">
|
2018-04-12 01:39:34 +00:00
|
|
|
<string>Noto Serif</string>
|
2017-07-15 12:39:52 +00:00
|
|
|
<string>Noto Color Emoji</string>
|
2018-07-30 08:11:24 +00:00
|
|
|
<string>FontAwesome 5 Pro Light</string>
|
2017-07-15 12:39:52 +00:00
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match>
|
2018-04-12 01:39:34 +00:00
|
|
|
<test qual="any" name="family"><string>monospace</string></test>
|
2018-07-30 08:11:24 +00:00
|
|
|
<edit name="family" mode="prepend" binding="strong">
|
2018-04-12 01:39:34 +00:00
|
|
|
<string>Source Code Pro</string>
|
2017-07-15 12:39:52 +00:00
|
|
|
<string>Noto Color Emoji</string>
|
2018-07-30 08:11:24 +00:00
|
|
|
<string>FontAwesome 5 Pro Light</string>
|
2017-07-15 12:39:52 +00:00
|
|
|
</edit>
|
|
|
|
</match>
|
2018-07-30 08:11:24 +00:00
|
|
|
|
|
|
|
<match target="font">
|
|
|
|
<test qual="all" name="family" compare="eq"><string>Noto Sans</string></test>
|
|
|
|
<edit name="hintstyle" mode="assign"><const>hintnone</const></edit>
|
|
|
|
</match>
|
2016-04-16 16:59:10 +00:00
|
|
|
<match target="font">
|
2018-07-30 08:11:24 +00:00
|
|
|
<test qual="all" name="family" compare="eq"><string>Source Code Pro</string></test>
|
2018-04-12 01:39:34 +00:00
|
|
|
<edit name="hintstyle" mode="assign"><const>hintfull</const></edit>
|
|
|
|
<edit name="lcdfilter" mode="assign"><const>lcddefault</const></edit>
|
|
|
|
<edit name="rgba" mode="assign"><const>rgb</const></edit>
|
2016-04-16 16:59:10 +00:00
|
|
|
</match>
|
2016-04-01 12:53:31 +00:00
|
|
|
</fontconfig>
|