summarylogtreecommitdiffstats
path: root/20-ttf-win7-fonts-zh_cn.conf
diff options
context:
space:
mode:
Diffstat (limited to '20-ttf-win7-fonts-zh_cn.conf')
-rw-r--r--20-ttf-win7-fonts-zh_cn.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/20-ttf-win7-fonts-zh_cn.conf b/20-ttf-win7-fonts-zh_cn.conf
new file mode 100644
index 000000000000..ec248ad24af3
--- /dev/null
+++ b/20-ttf-win7-fonts-zh_cn.conf
@@ -0,0 +1,20 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+ <match target="font">
+ <test name="family">
+ <string>SimSun</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>NSimSun</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+</fontconfig>