mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 04:14:39 +08:00
27 lines
746 B
Plaintext
27 lines
746 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
|
||
|
<fontconfig>
|
||
|
<match>
|
||
|
<test name="lang" compare="contains">
|
||
|
<string>zh-tw</string>
|
||
|
</test>
|
||
|
<test name="family">
|
||
|
<string>sans-serif</string>
|
||
|
</test>
|
||
|
<edit name="family" mode="prepend">
|
||
|
<string>Source Hans Sans TWHK</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
<match>
|
||
|
<test name="lang" compare="contains">
|
||
|
<string>zh-hk</string>
|
||
|
</test>
|
||
|
<test name="family">
|
||
|
<string>sans-serif</string>
|
||
|
</test>
|
||
|
<edit name="family" mode="prepend">
|
||
|
<string>Source Hans Sans TWHK</string>
|
||
|
</edit>
|
||
|
</match>
|
||
|
</fontconfig>
|