mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Cmake export tests: Unintended removal of 'main' corrected
This commit is contained in:
parent
8fab6470fb
commit
3b41ec6a3f
@ -84,7 +84,7 @@ if ($fontT eq "systemF") {
|
||||
$font{sans} = "DejaVu Sans";
|
||||
$font{typewriter} = "DejaVu Sans Mono";
|
||||
}
|
||||
elsif ($lang =~ /^(he|el)$/) {
|
||||
elsif ($lang =~ /^(he|el|main)$/) {
|
||||
$font{roman} = "FreeSans";
|
||||
$font{sans} = "FreeSans";
|
||||
$font{typewriter} = "FreeSans";
|
||||
|
Loading…
Reference in New Issue
Block a user