Skip to content

Instantly share code, notes, and snippets.

@epedroni
Created April 11, 2016 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epedroni/d2f8cf81d72d59649ec879adfae19b2b to your computer and use it in GitHub Desktop.
Save epedroni/d2f8cf81d72d59649ec879adfae19b2b to your computer and use it in GitHub Desktop.
Recent fontconfig update ruined my fonts, this fixes the styling (put in ~/.config/fontconfig/fonts.conf)
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment