summarylogtreecommitdiffstats
path: root/20-ttf-win7-fonts-japanese.conf
diff options
context:
space:
mode:
authorChris Severance2015-08-20 19:35:22 -0400
committerChris Severance2015-08-20 19:35:22 -0400
commit8ae52f0caa71554a741abad002970272aae0c7e0 (patch)
treefa1d6a14c2da19e31f914505eba15ccc4d8d4f58 /20-ttf-win7-fonts-japanese.conf
parentb5e7c8de984d7f3b2ad0ca13ad4dfd48f8422f5b (diff)
downloadaur-8ae52f0caa71554a741abad002970272aae0c7e0.tar.gz
All new PKGBUILD
Diffstat (limited to '20-ttf-win7-fonts-japanese.conf')
-rw-r--r--20-ttf-win7-fonts-japanese.conf44
1 files changed, 44 insertions, 0 deletions
diff --git a/20-ttf-win7-fonts-japanese.conf b/20-ttf-win7-fonts-japanese.conf
new file mode 100644
index 000000000000..47c1602cd3a9
--- /dev/null
+++ b/20-ttf-win7-fonts-japanese.conf
@@ -0,0 +1,44 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+ <match target="font">
+ <test name="family">
+ <string>MS Gothic</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS UI Gothic</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS PGothic</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS Mincho</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS PMincho</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+</fontconfig>