]> git.lyx.org Git - features.git/commitdiff
Cmake export tests: Improve font selection
authorKornel Benko <kornel@lyx.org>
Sat, 9 Jan 2016 21:07:32 +0000 (22:07 +0100)
committerKornel Benko <kornel@lyx.org>
Sat, 9 Jan 2016 21:07:32 +0000 (22:07 +0100)
development/autotests/useSystemFonts.pl

index e1b17648a795d5922c4604f7ae6c366546362c9b..f0183fa776fd5ac6d6daa62802b80bdcf58e4556 100644 (file)
@@ -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";