Last active
July 29, 2017 13:30
-
-
Save ayosec/bfdc85c610a2fb7514c71405ef997d92 to your computer and use it in GitHub Desktop.
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
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<fontconfig> | |
<match target="font"> | |
<edit name="dpi" mode="assign"> <double>75</double> </edit> | |
<edit name="pixelsize" mode="assign"> <double>12.5</double> </edit> | |
<edit name="hintstyle" mode="assign"> <const>vrgb</const> </edit> | |
<edit name="hinting" mode="assign"> <bool>true</bool> </edit> | |
<edit name="autohint" mode="assign"> <bool>false</bool> </edit> | |
<edit name="lcdfilter" mode="assign"> <const>lcddefault</const> </edit> | |
<edit name="rgba" mode="assign"> <int>0</int> </edit> | |
</match> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment