aboutsummarylogtreecommitdiffstats
path: root/70-noto-kr.conf
diff options
context:
space:
mode:
Diffstat (limited to '70-noto-kr.conf')
-rw-r--r--70-noto-kr.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/70-noto-kr.conf b/70-noto-kr.conf
new file mode 100644
index 000000000000..567e88d9a0fe
--- /dev/null
+++ b/70-noto-kr.conf
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="pattern">
+ <test name="lang">
+ <string>ko</string>
+ </test>
+ <test name="family">
+ <string>serif</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>Noto Serif CJK KR</string>
+ </edit>
+ </match>
+
+ <match target="pattern">
+ <test name="lang">
+ <string>ko</string>
+ </test>
+ <test name="family">
+ <string>sans-serif</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>Noto Sans CJK KR</string>
+ </edit>
+ </match>
+
+ <match target="pattern">
+ <test name="lang">
+ <string>ko</string>
+ </test>
+ <test name="family">
+ <string>monospace</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>Noto Sans Mono CJK KR</string>
+ </edit>
+ </match>
+</fontconfig>