Blame adobe-source-han-serif-cn-fonts-fontconfig.conf

Peng Wu 74cb08e
Peng Wu 74cb08e
Peng Wu 74cb08e
<fontconfig>
Peng Wu 74cb08e
    <match>
Peng Wu 74cb08e
        <test name="lang">
Peng Wu 74cb08e
            <string>zh-cn</string>
Peng Wu 74cb08e
        </test>
Peng Wu 74cb08e
        <test name="family">
Peng Wu 74cb08e
            <string>serif</string>
Peng Wu 74cb08e
        </test>
Peng Wu 74cb08e
        <edit name="family" mode="prepend">
Peng Wu 74cb08e
            <string>Source Han Serif CN</string>
Peng Wu 74cb08e
            <string>Source Han Serif TW</string>
Peng Wu 74cb08e
        </edit>
Peng Wu 74cb08e
    </match>
Peng Wu 74cb08e
    <match>
Peng Wu 74cb08e
        <test name="lang">
Peng Wu 74cb08e
            <string>zh-sg</string>
Peng Wu 74cb08e
        </test>
Peng Wu 74cb08e
        <test name="family">
Peng Wu 74cb08e
            <string>serif</string>
Peng Wu 74cb08e
        </test>
Peng Wu 74cb08e
        <edit name="family" mode="prepend">
Peng Wu 74cb08e
            <string>Source Han Serif CN</string>
Peng Wu 74cb08e
            <string>Source Han Serif TW</string>
Peng Wu 74cb08e
        </edit>
Peng Wu 74cb08e
    </match>
Peng Wu 74cb08e
Peng Wu 74cb08e
    <alias>
Peng Wu 74cb08e
        <family>Source Han Serif CN</family>
Peng Wu 74cb08e
        <default>
Peng Wu 74cb08e
            <family>serif</family>
Peng Wu 74cb08e
        </default>
Peng Wu 74cb08e
    </alias>
Peng Wu 74cb08e
</fontconfig>