]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/useSystemFonts.pl
ctests: Test dedicated LaTeX test samples with LaTeX export only.
[lyx.git] / 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";