From: Scott Kostyshak Date: Fri, 13 Dec 2013 04:44:41 +0000 (-0500) Subject: ctests: use Chinese roman font for zh docs X-Git-Tag: 2.1.0rc1~341 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e27ba681ac444315a20e55b83c15367ffaa163a5;p=features.git ctests: use Chinese roman font for zh docs --- diff --git a/development/autotests/useSystemFonts.pl b/development/autotests/useSystemFonts.pl index c5a59c70d5..990736e046 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"; }