Skip to content

Instantly share code, notes, and snippets.

@erenon
Created May 16, 2011 13:27
Show Gist options
  • Save erenon/974439 to your computer and use it in GitHub Desktop.
Save erenon/974439 to your computer and use it in GitHub Desktop.
Fontconfig file - display sharp fonts in browsers
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="hintstyle" >
<const>hintfull</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="autohint" >
<bool>false</bool>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment