summarylogtreecommitdiffstats
path: root/44-source-han-mono-jp.conf
diff options
context:
space:
mode:
authorBrLi2019-06-22 03:15:58 +0800
committerBrLi2019-06-22 03:15:58 +0800
commitb9ca89af327ee11803d0154b723e6b1855f14448 (patch)
tree9eda526108b72cb2795a7d39a7b7d3e14053941f /44-source-han-mono-jp.conf
downloadaur-b9ca89af327ee11803d0154b723e6b1855f14448.tar.gz
init commit
Diffstat (limited to '44-source-han-mono-jp.conf')
-rw-r--r--44-source-han-mono-jp.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/44-source-han-mono-jp.conf b/44-source-han-mono-jp.conf
new file mode 100644
index 000000000000..cd2a2d57436f
--- /dev/null
+++ b/44-source-han-mono-jp.conf
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
+<fontconfig>
+
+ <match target="scan">
+ <test name="fullname" compare="eq">
+ <string>Source Han Mono Medium</string>
+ </test>
+ <edit name="weight" mode="assign">
+ <const>demibold</const>
+ </edit>
+ </match>
+
+ <match>
+ <test name="lang" compare="contains">
+ <string>jp</string>
+ </test>
+ <test name="family">
+ <string>monospace</string>
+ </test>
+ <edit name="family" mode="prepend">
+ <string>Source Han Mono</string>
+ </edit>
+ </match>
+</fontconfig>