Try to use Ubuntu for sans-serif fonts

This commit is contained in:
Tom Willemse 2020-05-12 21:58:03 -07:00
parent c2f8fdb0c0
commit 0a6ae26311

View file

@ -24,4 +24,14 @@
</match> </match>
<dir>~/.fonts</dir> <dir>~/.fonts</dir>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Ubuntu</string>
</edit>
</match>
</fontconfig> </fontconfig>