Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 59fc45a5951ce311b37ffc1cbe19d057 > files > 4

motoya-lmaru-fonts-1.00-0.1.20100928git.fc13.src.rpm

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <!-- Generic names rule -->
    <alias>
        <family>MotoyaLMaru W3 mono</family>
        <default>
            <family>monospace</family>
        </default>
    </alias>
    <!-- Locale-specific overrides rule -->
    <match>
        <test name="lang">
            <string>ja-jp</string>
            <string>ja</string>
        </test>
        <test name="family">
            <string>monospace</string>
        </test>
        <edit name="family" mode="prepend">
            <string>MotoyaLMaru W3 mono</string>
        </edit>
    </match>
</fontconfig>