Update fontconfig
This commit is contained in:
parent
6ce542d306
commit
e748e3c6ae
1 changed files with 20 additions and 0 deletions
|
@ -25,4 +25,24 @@
|
|||
</edit>
|
||||
</match>
|
||||
<dir>~/.fonts</dir>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="rgba">
|
||||
<const>rgb</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="hinting">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="hintstyle">
|
||||
<const>hintslight</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="antialias">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
|
Loading…
Reference in a new issue