Skip to content

Instantly share code, notes, and snippets.

/fonts.conf Secret

Created September 22, 2015 05:49
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 anonymous/5fe257cca2e3acc28fba to your computer and use it in GitHub Desktop.
Save anonymous/5fe257cca2e3acc28fba to your computer and use it in GitHub Desktop.
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<test name="family" qual="any">
<string>Cantarell</string>
</test>
<edit mode="assign" name="hintstyle">
<const>hintmedium</const>
</edit>
</match>
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment