From bc0492092c4e27c3a29a43b0eb000ddac0b80ff1 Mon Sep 17 00:00:00 2001 From: "taka%netscape.com" Date: Fri, 18 Apr 2003 03:33:55 +0000 Subject: [PATCH] Make MS PGothic to default sans-serif for Japanese - fix for #616929 git-svn-id: svn://10.0.0.236/branches/ANGELON_MOZ12_BRANCH@141360 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/win/winpref.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/libpref/src/win/winpref.js b/mozilla/modules/libpref/src/win/winpref.js index 4cbfe5dc2ab..20fa23f0290 100644 --- a/mozilla/modules/libpref/src/win/winpref.js +++ b/mozilla/modules/libpref/src/win/winpref.js @@ -53,7 +53,7 @@ pref("font.name.monospace.he", "Courier New"); pref("font.name.cursive.he", "Comic Sans MS"); pref("font.name.serif.ja", "MS P明朝"); // "MS PMincho" -pref("font.name.sans-serif.ja", "MS UI Gothic"); +pref("font.name.sans-serif.ja", "MS Pゴシック"); // "MS PGothic" pref("font.name.monospace.ja", "MS ゴシック"); // "MS Gothic" pref("font.name-list.serif.ja", "MS PMincho, MS PGothic, MS Mincho, MS Gothic"); pref("font.name-list.sans-serif.ja", "MS PGothic, MS PMincho, MS Gothic, MS Mincho");