Blob Blame History Raw
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <!-- Generic names rule -->
    <alias>
        <family>MotoyaLCedar</family>
        <default>
            <family>monospace</family>
        </default>
    </alias>
    <!-- Locale-specific overrides rule -->
    <match>
        <test name="lang" compare="contains">
            <string>ja</string>
        </test>
        <test name="family">
            <string>monospace</string>
        </test>
        <edit name="family" mode="prepend">
            <string>MotoyaLCedar</string>
        </edit>
    </match>
</fontconfig>