Try to use Ubuntu for sans-serif fonts
This commit is contained in:
parent
c2f8fdb0c0
commit
0a6ae26311
1 changed files with 10 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue