Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 3f3c4cb90bce738c796a9f7e540b509b > files > 4

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

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <!-- Generic names rule -->
    <alias>
        <family>MotoyaLCedar 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>MotoyaLCedar W3 mono</string>
        </edit>
    </match>
</fontconfig>