HEX
Server: Apache
System: Linux opal14.opalstack.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: curbgloabal_opal (1234)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //etc/fonts/conf.d/65-0-ttf-arphic-uming.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
	<match>
		<test name="lang">
			<string>zh-hk</string>
		</test>
		<test name="family">
			<string>serif</string>
		</test>
		<edit name="family" mode="prepend">
			<string>AR PL UMing HK</string>
		</edit>
	</match>
	<match>
		<test name="lang">
			<string>zh-tw</string>
		</test>
		<test name="family">
			<string>serif</string>
		</test>
		<edit name="family" mode="prepend">
			<string>AR PL UMing TW</string>
		</edit>
	</match>

    <alias>
        <family>AR PL UMing TW</family>
        <default>
            <family>serif</family>
        </default>
    </alias>
    <alias>
        <family>AR PL UMing HK</family>
        <default>
            <family>serif</family>
        </default>
    </alias>

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

    <alias>
        <family>AR PL UMing TW</family>
        <default>
            <family>sans-serif</family>
        </default>
    </alias>
    <alias>
        <family>AR PL UMing HK</family>
        <default>
            <family>sans-serif</family>
        </default>
    </alias>

	<match>
		<test name="lang">
			<string>zh-hk</string>
		</test>
		<test name="family">
			<string>monospace</string>
		</test>
		<edit name="family" mode="prepend">
			<string>AR PL UMing HK</string>
		</edit>
	</match>
	<match>
		<test name="lang">
			<string>zh-tw</string>
		</test>
		<test name="family">
			<string>monospace</string>
		</test>
		<edit name="family" mode="prepend">
			<string>AR PL UMing TW</string>
		</edit>
	</match>

    <alias>
        <family>AR PL UMing TW</family>
        <default>
            <family>monospace</family>
        </default>
    </alias>
    <alias>
        <family>AR PL UMing HK</family>
        <default>
            <family>monospace</family>
        </default>
    </alias>
</fontconfig>