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