core/otf-source-han-sans/44-source-han-sans-twhk.conf

27 lines
746 B
Plaintext
Raw Normal View History

2014-07-17 10:44:55 +08:00
<?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>