We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f55aa commit cd71111Copy full SHA for cd71111
1 file changed
conf/15-noto-cjksc.conf
@@ -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
12
13
+ <string>sans-serif</string>
14
15
16
17
18
19
20
21
22
+ <string>monospace</string>
23
24
25
+ <string>Source Code Pro</string>
26
27
28
+</fontconfig>
0 commit comments