summaryrefslogtreecommitdiffstats
path: root/fontconfig/conf.d/68-noto-sans-cjk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'fontconfig/conf.d/68-noto-sans-cjk.conf')
-rw-r--r--fontconfig/conf.d/68-noto-sans-cjk.conf49
1 files changed, 49 insertions, 0 deletions
diff --git a/fontconfig/conf.d/68-noto-sans-cjk.conf b/fontconfig/conf.d/68-noto-sans-cjk.conf
new file mode 100644
index 0000000..6c5d84d
--- /dev/null
+++ b/fontconfig/conf.d/68-noto-sans-cjk.conf
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+<match>
+ <test name="family"><string>Noto Sans CJK Auto</string></test>
+ <test name="lang" compare="contains">
+ <string>ja</string>
+ </test>
+ <edit name="family" mode="assign" binding="strong">
+ <string>Noto Sans CJK JP</string>
+ </edit>
+</match>
+<match>
+ <test name="family"><string>Noto Sans CJK Auto</string></test>
+ <test name="lang" compare="contains">
+ <string>zh-cn</string>
+ </test>
+ <edit name="family" mode="assign" binding="strong">
+ <string>Noto Sans CJK SC</string>
+ </edit>
+</match>
+<match>
+ <test name="family"><string>Noto Sans CJK Auto</string></test>
+ <test name="lang" compare="contains">
+ <string>zh-tw</string>
+ </test>
+ <edit name="family" mode="assign" binding="strong">
+ <string>Noto Sans CJK TC</string>
+ </edit>
+</match>
+<match>
+ <test name="family"><string>Noto Sans CJK Auto</string></test>
+ <test name="lang" compare="contains">
+ <string>zh-hk</string>
+ </test>
+ <edit name="family" mode="assign" binding="strong">
+ <string>Noto Sans CJK TC</string>
+ </edit>
+</match>
+<match>
+ <test name="family"><string>Noto Sans CJK Auto</string></test>
+ <test name="lang" compare="contains">
+ <string>ko</string>
+ </test>
+ <edit name="family" mode="assign" binding="strong">
+ <string>Noto Sans CJK KR</string>
+ </edit>
+</match>
+</fontconfig>
Un proyecto texto-plano.xyz