Created
January 20, 2016 16:39
-
-
Save anonymous/59db33804e2e77bfcf7d to your computer and use it in GitHub Desktop.
Reduce hinting amount for fonts on linux
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 '/etc/fonts/fonts.dtd'> | |
<fontconfig> | |
<match target="font"> | |
<edit name="hintstyle" mode="assign"> | |
<const>hintslight</const> | |
</edit> | |
</match> | |
</fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment