13 lines
389 B
XML
13 lines
389 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<!-- force fontconfig to treat the Luxi Mono fonts as monospaced, even
|
|
though it detects multiple character widths -->
|
|
<fontconfig>
|
|
<match target="scan">
|
|
<test name="family">
|
|
<string>Luxi Mono</string>
|
|
</test>
|
|
<edit name="spacing"><int>100</int></edit>
|
|
</match>
|
|
</fontconfig>
|