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