42-luxi-mono.conf revision 1c43011a
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>
13