2016-04-01 12:53:31 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<fontconfig>
|
2017-07-15 12:39:52 +00:00
|
|
|
<match>
|
|
|
|
<test name="family">
|
|
|
|
<string>sans-serif</string>
|
|
|
|
</test>
|
2018-02-24 11:08:40 +00:00
|
|
|
<edit name="family" mode="prepend" binding="weak">
|
2017-07-15 12:39:52 +00:00
|
|
|
<string>Noto Sans</string>
|
|
|
|
<string>Noto Color Emoji</string>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match>
|
|
|
|
<test name="family">
|
|
|
|
<string>serif</string>
|
|
|
|
</test>
|
2018-02-24 11:08:40 +00:00
|
|
|
<edit name="family" mode="prepend" binding="weak">
|
2017-07-15 12:39:52 +00:00
|
|
|
<string>Noto Serif</string>
|
|
|
|
<string>Noto Color Emoji</string>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match>
|
|
|
|
<test name="family">
|
|
|
|
<string>monospace</string>
|
|
|
|
</test>
|
2018-02-24 11:08:40 +00:00
|
|
|
<edit name="family" mode="prepend" binding="weak">
|
2017-07-15 12:39:52 +00:00
|
|
|
<string>Sauce Code Pro</string>
|
|
|
|
<string>Noto Color Emoji</string>
|
|
|
|
</edit>
|
|
|
|
</match>
|
|
|
|
<match>
|
|
|
|
<test name="family">
|
|
|
|
<string>Apple Color Emoji</string>
|
|
|
|
</test>
|
2018-02-24 11:08:40 +00:00
|
|
|
<edit name="family" mode="prepend" binding="weak">
|
2017-07-15 12:39:52 +00:00
|
|
|
<string>Noto Color Emoji</string>
|
|
|
|
</edit>
|
|
|
|
</match>
|
2016-04-16 16:59:10 +00:00
|
|
|
<match target="font">
|
|
|
|
<edit name="hintstyle" mode="assign">
|
|
|
|
<const>hintfull</const>
|
|
|
|
</edit>
|
|
|
|
</match>
|
2016-04-01 12:53:31 +00:00
|
|
|
</fontconfig>
|