]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/useSystemFonts.pl
Use "babel only" for some Spanish manuals
[lyx.git] / development / autotests / useSystemFonts.pl
index 9a7d7292acc1e79a428fe9a0c31207ea033fb195..4c80468dd6d4f6567198efbdc1dd20c26eac102b 100644 (file)
@@ -99,6 +99,12 @@ if ($fontT eq "systemF") {
     $font{sans} = "NanumGothic";
     $font{typewriter} = "NanumGothic";
   }
+  elsif ($lang eq "ar" ) {
+    # available in 'fonts-sil-scheherazade' package
+    $font{roman} = "Scheherazade";
+    $font{sans} = "Scheherazade";
+    $font{typewriter} = "Scheherazade";
+  }
   else {
     # default system fonts
     $font{roman} = "FreeSans";