Comment 2 for bug 293643

Revision history for this message
mbana (m.bana) wrote :

Paul: My entire .fonts.conf; http://pastebin.com/md7787ec. I've also attached it.

The issue is the following should work;

    <match target="font">
        <test compare="eq" name="family">
            <string>Consolas</string>
        </test>
        <edit mode="assign" name="hintstyle">
            <const>hintslight</const>
        </edit>
    </match>

and I shouldn't have to also specify

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