X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fautotests%2FuseSystemFonts.pl;h=f0183fa776fd5ac6d6daa62802b80bdcf58e4556;hb=d1a41a9bdc8da0ee402ecffc89079bcc92e6cf36;hp=e1b17648a795d5922c4604f7ae6c366546362c9b;hpb=9560941f9aa128918425f7dbd030469119c4b234;p=lyx.git 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";