Cmake export tests: Improve font selection

This commit is contained in:
Kornel Benko 2016-01-09 22:07:32 +01:00
parent 92f46d7aaa
commit cdc985d037

View 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";