All pastes #2067970 Raw Edit

Stuff

public text v1 · immutable
#2067970 ·published 2011-05-24 04:20 UTC
rendered paste body
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--  Use the Autohinter --> 
  <match target="font">
    <edit name="autohint" mode="assign"><bool>true</bool></edit>
  </match>
<match target="font">
         <test name="weight" compare="more">
             <const>medium</const>
         </test>
         <edit name="autohint" mode="assign">
             <bool>false</bool>
         </edit>
     </match>
<match target="pattern" name="family" >
 <test name="family" qual="any" >
  <string>Tahoma</string>
 </test>
 <edit mode="assign" name="family" >
  <string>Verdana</string>
 </edit>
</match>
<selectfont>
        <acceptfont>
            <pattern>
                <patelt name="family"> <string>Terminus</string> </patelt>
            </pattern>
        </acceptfont>
   </selectfont>
</fontconfig>