Add fonts.conf
This commit is contained in:
parent
45063f303e
commit
a066a0845d
1 changed files with 27 additions and 0 deletions
27
fonts/.config/fontconfig/fonts.conf
Normal file
27
fonts/.config/fontconfig/fonts.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
<fontconfig>
|
||||
<match target="font">
|
||||
<edit name="hinting" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
|
||||
<edit name="hintstyle" mode="assign">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
|
||||
<edit name="rgba" mode="assign">
|
||||
<const>rgb</const>
|
||||
</edit>
|
||||
|
||||
<edit name="lcdfilter" mode="assign">
|
||||
<const>lcddefault</const>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<dir>~/.fonts</dir>
|
||||
</fontconfig>
|
Loading…
Reference in a new issue