Blame SOURCES/vlgothic-fonts-fontconfig-gothic.conf

859143
859143
859143
<fontconfig>
859143
    
859143
    <alias>
859143
        <family>VL Gothic</family>
859143
        <default>
859143
            <family>monospace</family>
859143
        </default>
859143
    </alias>
859143
    
859143
    <alias>
859143
        <family>VL Gothic</family>
859143
        <default>
859143
            <family>sans-serif</family>
859143
        </default>
859143
    </alias>
859143
    
859143
    <match>
859143
        <test name="lang" compare="contains">
859143
            <string>ja</string>
859143
        </test>
859143
        <test name="family" ignore-blanks="true">
859143
            <string>monospace</string>
859143
        </test>
859143
        <edit name="family" mode="prepend">
859143
            <string>VL Gothic</string>
859143
        </edit>
859143
    </match>
859143
    
859143
    <match>
859143
        <test name="lang" compare="contains">
859143
            <string>ja</string>
859143
        </test>
859143
        <test name="family" ignore-blanks="true">
859143
            <string>sans-serif</string>
859143
        </test>
859143
        <edit name="family" mode="prepend">
859143
            <string>VL Gothic</string>
859143
        </edit>
859143
    </match>
859143
    
859143
    <match target="font">
859143
        <test name="family" ignore-blanks="true">
859143
            <string>VL Gothic</string>
859143
        </test>
859143
        <edit name="hinting" mode="assign">
859143
            <bool>false</bool>
859143
        </edit>
859143
    </match>
859143
</fontconfig>