Skip to content

Instantly share code, notes, and snippets.

Created January 20, 2016 16:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/59db33804e2e77bfcf7d to your computer and use it in GitHub Desktop.
Save anonymous/59db33804e2e77bfcf7d 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