Skip to content

Instantly share code, notes, and snippets.

@segphault
Created March 17, 2009 04:33
Show Gist options
  • Save segphault/80283 to your computer and use it in GitHub Desktop.
Save segphault/80283 to your computer and use it in GitHub Desktop.
Save this XML as ~/.fonts.conf and then restart your session
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment