Skip to content

Instantly share code, notes, and snippets.

@jest
Created August 22, 2012 13:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jest/3425640 to your computer and use it in GitHub Desktop.
Save jest/3425640 to your computer and use it in GitHub Desktop.
Un-blurry Inconsolata in Ubuntu
<!--
add this to ~/.fonts.conf, inside <fontconfig> (add if file is empty)
-->
<match target="pattern">
<test name="family">
<string>Inconsolata</string>
</test>
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment