]> git.lyx.org Git - features.git/commitdiff
ctests: use Chinese roman font for zh docs
authorScott Kostyshak <skostysh@lyx.org>
Fri, 13 Dec 2013 04:44:41 +0000 (23:44 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 13 Dec 2013 04:44:41 +0000 (23:44 -0500)
development/autotests/useSystemFonts.pl

index c5a59c70d51bf67f84025ce65bc20e6f66aa7980..990736e046fb5baa9c04a3f35121213e54af2547 100644 (file)
@@ -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";
 }