All pastes #2069338 Raw Edit

Miscellany

public text v1 · immutable
#2069338 ·published 2011-05-26 09:10 UTC
rendered paste body
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
        <match target="font">
            <test name="family" qual="any" >
                <string>ProFontWindows</string>
            </test> 
            <edit name="antialias" mode="assign">
                <bool>false</bool>
            </edit>
        </match>
</fontconfig>