blob: 7babe825f6e291ddf86d09658354c25e4a03a0fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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>
|