Created
August 22, 2012 13:39
-
-
Save jest/3425640 to your computer and use it in GitHub Desktop.
Un-blurry Inconsolata in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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