mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake export tests: Improve font selection
This commit is contained in:
parent
92f46d7aaa
commit
cdc985d037
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user