Skip to content

Instantly share code, notes, and snippets.

@kmf
Created July 3, 2013 06:19
Show Gist options
  • Save kmf/5915815 to your computer and use it in GitHub Desktop.
Save kmf/5915815 to your computer and use it in GitHub Desktop.
My Fedora 19 font config ~/.config/fontconfig/fonts.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment