/42-luxi-mono.conf
# · Unknown · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · 7aed1a3db425e9215f760bc54d0cda43 MD5 · raw file
- <?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>