Skip to content

Instantly share code, notes, and snippets.

@jest
Created August 22, 2012 13:39

Revisions

  1. jest created this gist Aug 22, 2012.
    12 changes: 12 additions & 0 deletions gistfile1.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!--
    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>