[adobe-source-han-sans-twhk-fonts] Work around monospace English characters issue

Peng Wu pwu at fedoraproject.org
Tue Sep 9 05:09:48 UTC 2014


commit f9d1ae583395220ca873d68f176c8e1c64f79eb1
Author: Peng Wu <alexepico at gmail.com>
Date:   Tue Sep 9 13:08:09 2014 +0800

    Work around monospace English characters issue

 adobe-source-han-sans-twhk-fonts-fontconfig.conf |    6 ++++++
 adobe-source-han-sans-twhk-fonts.spec            |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/adobe-source-han-sans-twhk-fonts-fontconfig.conf b/adobe-source-han-sans-twhk-fonts-fontconfig.conf
index 9f34230..045e88f 100644
--- a/adobe-source-han-sans-twhk-fonts-fontconfig.conf
+++ b/adobe-source-han-sans-twhk-fonts-fontconfig.conf
@@ -12,6 +12,9 @@
         <string>Source Han Sans TWHK</string>
         <string>Source Han Sans CN</string>
         </edit>
+        <edit name="family" mode="prepend" binding="strong">
+        <string>DejaVu Sans Mono</string>
+        </edit>
     </match>
     <match>
         <test name="lang">
@@ -24,6 +27,9 @@
         <string>Source Han Sans TWHK</string>
         <string>Source Han Sans CN</string>
         </edit>
+        <edit name="family" mode="prepend" binding="strong">
+        <string>DejaVu Sans Mono</string>
+        </edit>
     </match>
 
     <alias>
diff --git a/adobe-source-han-sans-twhk-fonts.spec b/adobe-source-han-sans-twhk-fonts.spec
index c73f509..af76584 100644
--- a/adobe-source-han-sans-twhk-fonts.spec
+++ b/adobe-source-han-sans-twhk-fonts.spec
@@ -5,7 +5,7 @@
 
 Name:           adobe-source-han-sans-twhk-fonts
 Version:        1.000
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Adobe OpenType Pan-CJK font family for Traditional Chinese
 
 License:        ASL 2.0
@@ -61,6 +61,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
 
 
 %changelog
+* Tue Sep  9 2014 Peng Wu <pwu at redhat.com> - 1.000-3
+- Work around monospace English characters issue
+
 * Mon Aug  4 2014 Peng Wu <pwu at redhat.com> - 1.000-2
 - Fontconfig changes from user feed back
 


More information about the scm-commits mailing list