Your IP : 216.73.217.87


Current Path : /etc/fonts/conf.d/
Upload File :
Current File : //etc/fonts/conf.d/42-luxi-mono.conf

<?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>