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