Bug 1394726 - Add Malgun Gothic to font.name-list.sans-serif.ko. r=jfkthame

Clean Windows 10 US system doesn't have Gulim font for Korean although Windows 7 has it.  So we should add Malgun Gothic to this list since this font is default Korean font for Windows now.

Also, this font is already used in gfxWindowsPlatform::GetCommonFallbackFonts and we don't change default font for Korean version by this bug.

MozReview-Commit-ID: DJg9WRd4HSE

--HG--
extra : rebase_source : 9c9802c9496ae95a9f74df136c48c7b400248df2
This commit is contained in:
Makoto Kato 2017-08-29 17:21:31 +09:00
parent fd2d4e8b6f
commit 2f62ea301b

View File

@ -3708,7 +3708,7 @@ pref("font.name-list.sans-serif.ja", "Meiryo, Yu Gothic, MS PGothic, MS Gothic,
pref("font.name-list.monospace.ja", "MS Gothic, MS Mincho, Meiryo, Yu Gothic, Yu Mincho, MS PGothic, MS PMincho");
pref("font.name-list.serif.ko", "Batang, Gulim");
pref("font.name-list.sans-serif.ko", "Gulim");
pref("font.name-list.sans-serif.ko", "Gulim, Malgun Gothic");
pref("font.name-list.monospace.ko", "GulimChe");
pref("font.name-list.cursive.ko", "Gungsuh");