/42-luxi-mono.conf

# · Unknown · 12 lines · 12 code · 0 blank · 0 comment · 0 complexity · 7aed1a3db425e9215f760bc54d0cda43 MD5 · raw file

  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>