Blame SOURCES/cjkuni-uming-fonts-fontconfig.conf

96420e
96420e
96420e
<fontconfig>
96420e
	<match>
96420e
		<test name="lang">
96420e
			<string>zh-hk</string>
96420e
		</test>
96420e
		<test name="family">
96420e
			<string>serif</string>
96420e
		</test>
96420e
		<edit name="family" mode="prepend">
96420e
			<string>AR PL UMing HK</string>
96420e
		</edit>
96420e
	</match>
96420e
	<match>
96420e
		<test name="lang">
96420e
			<string>zh-tw</string>
96420e
		</test>
96420e
		<test name="family">
96420e
			<string>serif</string>
96420e
		</test>
96420e
		<edit name="family" mode="prepend">
96420e
			<string>AR PL UMing TW</string>
96420e
		</edit>
96420e
	</match>
96420e
96420e
    <alias>
96420e
        <family>AR PL UMing TW</family>
96420e
        <default>
96420e
            <family>serif</family>
96420e
        </default>
96420e
    </alias>
96420e
    <alias>
96420e
        <family>AR PL UMing HK</family>
96420e
        <default>
96420e
            <family>serif</family>
96420e
        </default>
96420e
    </alias>
96420e
96420e
	<match>
96420e
		<test name="lang">
96420e
			<string>zh-hk</string>
96420e
		</test>
96420e
		<test name="family">
96420e
			<string>sans-serif</string>
96420e
		</test>
96420e
		<edit name="family" mode="prepend">
96420e
			<string>AR PL UMing HK</string>
96420e
		</edit>
96420e
	</match>
96420e
	<match>
96420e
		<test name="lang">
96420e
			<string>zh-tw</string>
96420e
		</test>
96420e
		<test name="family">
96420e
			<string>sans-serif</string>
96420e
		</test>
96420e
		<edit name="family" mode="prepend">
96420e
			<string>AR PL UMing TW</string>
96420e
		</edit>
96420e
	</match>
96420e
96420e
    <alias>
96420e
        <family>AR PL UMing TW</family>
96420e
        <default>
96420e
            <family>sans-serif</family>
96420e
        </default>
96420e
    </alias>
96420e
    <alias>
96420e
        <family>AR PL UMing HK</family>
96420e
        <default>
96420e
            <family>sans-serif</family>
96420e
        </default>
96420e
    </alias>
96420e
96420e
	<match>
96420e
		<test name="lang">
96420e
			<string>zh-hk</string>
96420e
		</test>
96420e
		<test name="family">
96420e
			<string>monospace</string>
96420e
		</test>
96420e
		<edit name="family" mode="prepend">
96420e
			<string>AR PL UMing HK</string>
96420e
		</edit>
96420e
	</match>
96420e
	<match>
96420e
		<test name="lang">
96420e
			<string>zh-tw</string>
96420e
		</test>
96420e
		<test name="family">
96420e
			<string>monospace</string>
96420e
		</test>
96420e
		<edit name="family" mode="prepend">
96420e
			<string>AR PL UMing TW</string>
96420e
		</edit>
96420e
	</match>
96420e
96420e
    <alias>
96420e
        <family>AR PL UMing TW</family>
96420e
        <default>
96420e
            <family>monospace</family>
96420e
        </default>
96420e
    </alias>
96420e
    <alias>
96420e
        <family>AR PL UMing HK</family>
96420e
        <default>
96420e
            <family>monospace</family>
96420e
        </default>
96420e
    </alias>
96420e
</fontconfig>