Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Last active December 22, 2015 06:39

Revisions

  1. jaysonrowe revised this gist Sep 5, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fonts.conf
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    <bool>true</bool>
    </edit>

    <edit mode="assign" name="hintfull">
    <edit mode="assign" name="hintslight">
    <const>hintslight</const>
    </edit>

  2. jaysonrowe revised this gist Sep 4, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion fonts.conf
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    <bool>true</bool>
    </edit>

    <edit mode="assign" name="hintstyle">
    <edit mode="assign" name="hintfull">
    <const>hintslight</const>
    </edit>

  3. jaysonrowe created this gist Sep 4, 2013.
    27 changes: 27 additions & 0 deletions fonts.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    <?xml version='1.0'?>
    <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
    <fontconfig>
    <match target="font">

    <edit mode="assign" name="rgba">
    <const>rgb</const>
    </edit>

    <edit mode="assign" name="hinting">
    <bool>true</bool>
    </edit>

    <edit mode="assign" name="hintstyle">
    <const>hintslight</const>
    </edit>

    <edit mode="assign" name="antialias">
    <bool>true</bool>
    </edit>

    <edit mode="assign" name="lcdfilter">
    <const>lcddefault</const>
    </edit>

    </match>
    </fontconfig>