Skip to content

Instantly share code, notes, and snippets.

@herrernst
Forked from anonymous/.fonts.conf
Created July 25, 2016 09:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herrernst/5b074d448c64691d6350aadf2a220a3a to your computer and use it in GitHub Desktop.
Save herrernst/5b074d448c64691d6350aadf2a220a3a to your computer and use it in GitHub Desktop.
Reduce hinting amount for fonts on linux
<?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