-
-
Save herrernst/5b074d448c64691d6350aadf2a220a3a 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