Skip to content

Instantly share code, notes, and snippets.

@zhhailon
Created March 28, 2013 14:00
Show Gist options
  • Save zhhailon/5263332 to your computer and use it in GitHub Desktop.
Save zhhailon/5263332 to your computer and use it in GitHub Desktop.
<fontconfig>
<match target="font">
<edit mode="assign" name="autohint">
<bool>true</bool>
</edit>
<edit mode="assign" name="hinting">
<bool>false</bool>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment