Skip to content

Commit cd71111

Browse files
committed
add SC only
1 parent c3f55aa commit cd71111

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

conf/15-noto-cjksc.conf

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<fontconfig>
2+
<match target="pattern">
3+
<test name="family">
4+
<string>serif</string>
5+
</test>
6+
<edit name="family" mode="prepend" binding="strong">
7+
<string>Noto Sans CJK SC</string>
8+
</edit>
9+
</match>
10+
11+
<match target="pattern">
12+
<test name="family">
13+
<string>sans-serif</string>
14+
</test>
15+
<edit name="family" mode="prepend" binding="strong">
16+
<string>Noto Sans CJK SC</string>
17+
</edit>
18+
</match>
19+
20+
<match target="pattern">
21+
<test name="family">
22+
<string>monospace</string>
23+
</test>
24+
<edit name="family" mode="prepend" binding="strong">
25+
<string>Source Code Pro</string>
26+
</edit>
27+
</match>
28+
</fontconfig>

0 commit comments

Comments
 (0)