aboutsummaryrefslogtreecommitdiff
blob: a24a5af737ae61d8e96c5fce25eefd7f8c844a00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
	<test name="family"><string>sans-serif</string></test>
	<edit name="family" mode="prepend" binding="strong">
		<string>Noto Sans CJK Auto</string>
		<string>Noto Sans CJK SC</string>
	</edit>
	<edit name="family" mode="append" binding="strong">
		<string>Noto Color Emoji</string>
	</edit>
</match>
<match>
	<test name="family"><string>serif</string></test>
	<edit name="family" mode="prepend" binding="strong">
		<string>Palatino</string>
		<string>STSong</string>
	</edit>
</match>
<match>
	<test name="family"><string>monospace</string></test>
	<edit name="family" mode="prepend" binding="strong">
		<string>DejaVu Sans Mono SemiCondensed</string>
		<string>Noto Sans Mono CJK SC</string>
	</edit>
</match>

</fontconfig>
Powered by cgit v1.2.3 (git 2.41.0)