mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
45 lines
1.2 KiB
XML
45 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<match>
|
|
<test name="family">
|
|
<string>sans-serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend" binding="weak">
|
|
<string>Noto Sans</string>
|
|
<string>Noto Color Emoji</string>
|
|
</edit>
|
|
</match>
|
|
<match>
|
|
<test name="family">
|
|
<string>serif</string>
|
|
</test>
|
|
<edit name="family" mode="prepend" binding="weak">
|
|
<string>Noto Serif</string>
|
|
<string>Noto Color Emoji</string>
|
|
</edit>
|
|
</match>
|
|
<match>
|
|
<test name="family">
|
|
<string>monospace</string>
|
|
</test>
|
|
<edit name="family" mode="prepend" binding="weak">
|
|
<string>Sauce Code Pro</string>
|
|
<string>Noto Color Emoji</string>
|
|
</edit>
|
|
</match>
|
|
<match>
|
|
<test name="family">
|
|
<string>Apple Color Emoji</string>
|
|
</test>
|
|
<edit name="family" mode="prepend" binding="weak">
|
|
<string>Noto Color Emoji</string>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<edit name="hintstyle" mode="assign">
|
|
<const>hintfull</const>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|