mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
ctests: use Chinese roman font for zh docs
This commit is contained in:
parent
1bbf126b94
commit
e27ba681ac
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user