]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/useSystemFonts.pl
Win installer: some updates
[lyx.git] / development / autotests / useSystemFonts.pl
index 7b71c82713b3bda61900e49fc494da725b92452d..9a7d7292acc1e79a428fe9a0c31207ea033fb195 100644 (file)
@@ -94,6 +94,11 @@ if ($fontT eq "systemF") {
     $font{sans} = "WenQuanYi Micro Hei";
     $font{typewriter} = "WenQuanYi Micro Hei";
   }
+  elsif ($lang eq "ko" ) {
+    $font{roman} = "NanumGothic"; # NanumMyeongjo, NanumGothic Eco, NanumGothicCoding
+    $font{sans} = "NanumGothic";
+    $font{typewriter} = "NanumGothic";
+  }
   else {
     # default system fonts
     $font{roman} = "FreeSans";