From: Kornel Benko Date: Sat, 9 Jan 2016 21:07:32 +0000 (+0100) Subject: Cmake export tests: Improve font selection X-Git-Tag: 2.2.0beta1~234 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cdc985d0373d2926d1bb8cf81410c0665aca84de;p=features.git Cmake export tests: Improve font selection --- diff --git a/development/autotests/useSystemFonts.pl b/development/autotests/useSystemFonts.pl index e1b17648a7..f0183fa776 100644 --- a/development/autotests/useSystemFonts.pl +++ b/development/autotests/useSystemFonts.pl @@ -90,7 +90,7 @@ if ($fontT eq "systemF") { $font{sans} = "DejaVu Sans"; $font{typewriter} = "DejaVu Sans Mono"; } - elsif ($lang =~ /^(he|el|main)$/) { + elsif ($lang =~ /^(he)$/) { $font{roman} = "FreeSans"; $font{sans} = "FreeSans"; $font{typewriter} = "FreeSans";