42-luxi-mono.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
       ---
       42-luxi-mono.conf (389B)
       ---
            1 <?xml version="1.0"?>
            2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
            3 <!-- force fontconfig to treat the Luxi Mono fonts as monospaced, even
            4      though it detects multiple character widths -->
            5 <fontconfig>
            6   <match target="scan">
            7         <test name="family">
            8                 <string>Luxi Mono</string>
            9         </test> 
           10         <edit name="spacing"><int>100</int></edit>
           11   </match>
           12 </fontconfig>