Created
May 16, 2016 18:23
-
-
Save illarion/8b9fa781fd03b5ec292bd9e209bf6b8f to your computer and use it in GitHub Desktop.
/home/shaman/.config/fontconfig/fonts.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<fontconfig> | |
<match target="pattern"> | |
<edit name="dpi" mode="assign"><double>96</double></edit> | |
</match> | |
<match target="font" > | |
<edit name="rgba" mode="assign"><const>rgb</const></edit> | |
<edit name="hinting" mode="assign"><bool>true</bool></edit> | |
<edit name="antialias" mode="assign"><bool>true</bool></edit> | |
<edit name="autohint" mode="assign"><bool>true</bool></edit> | |
<edit mode="assign" name="hintstyle"><const>hintfull</const></edit> | |
<edit mode="assign" name="lcdfilter"><const>lcddefault</const></edit> | |
</match> | |
</fontconfig> |
Author
illarion
commented
Jul 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment