commit e27ba681ac444315a20e55b83c15367ffaa163a5
Author: Scott Kostyshak <[email protected]>
Date:   Thu Dec 12 23:44:41 2013 -0500

    ctests: use Chinese roman font for zh docs

diff --git a/development/autotests/useSystemFonts.pl 
b/development/autotests/useSystemFonts.pl
index c5a59c7..990736e 100644
--- a/development/autotests/useSystemFonts.pl
+++ b/development/autotests/useSystemFonts.pl
@@ -72,7 +72,7 @@ elsif ($source =~ /\/fa\//) {
   $font{typewriter} = "FreeFarsi Monospace";
 }
 elsif ($source =~ /\/zh_CN\//) {
-  $font{roman} = "FreeSans";
+  $font{roman} = "WenQuanYi Micro Hei";
   $font{sans} = "WenQuanYi Micro Hei";
   $font{typewriter} = "WenQuanYi Micro Hei";
 }

Reply via email to