aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fonts.conf.d/Linux/66-pref.conf')
-rw-r--r--fonts.conf.d/Linux/66-pref.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/fonts.conf.d/Linux/66-pref.conf b/fonts.conf.d/Linux/66-pref.conf
new file mode 100644
index 0000000..a24a5af
--- /dev/null
+++ b/fonts.conf.d/Linux/66-pref.conf
@@ -0,0 +1,29 @@
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3<fontconfig>
4<match>
5 <test name="family"><string>sans-serif</string></test>
6 <edit name="family" mode="prepend" binding="strong">
7 <string>Noto Sans CJK Auto</string>
8 <string>Noto Sans CJK SC</string>
9 </edit>
10 <edit name="family" mode="append" binding="strong">
11 <string>Noto Color Emoji</string>
12 </edit>
13</match>
14<match>
15 <test name="family"><string>serif</string></test>
16 <edit name="family" mode="prepend" binding="strong">
17 <string>Palatino</string>
18 <string>STSong</string>
19 </edit>
20</match>
21<match>
22 <test name="family"><string>monospace</string></test>
23 <edit name="family" mode="prepend" binding="strong">
24 <string>DejaVu Sans Mono SemiCondensed</string>
25 <string>Noto Sans Mono CJK SC</string>
26 </edit>
27</match>
28
29</fontconfig>
Powered by cgit v1.2.3 (git 2.41.0)