80-delicious.conf - randomcrap - random crap programs of varying quality
 (HTM) git clone git://git.codemadness.org/randomcrap
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       80-delicious.conf (422B)
       ---
            1 <?xml version="1.0"?>
            2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
            3 <fontconfig>
            4 <!-- Fix-ups for Delicious family -->
            5 
            6 <!-- Delicious 'heavy' variant says its Medium weight -->
            7 <match target="scan">
            8         <test name="family" compare="eq" ignore-blanks="true">
            9                 <string>Delicious</string>
           10         </test>
           11         <test name="style">
           12                 <string>Heavy</string>
           13         </test>
           14         <edit name="weight">
           15                 <const>heavy</const>
           16         </edit>
           17 </match>
           18 
           19 </fontconfig>