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
This commit is contained in:
taka%netscape.com
2003-04-18 03:33:55 +00:00
parent a1a0f5250b
commit bc0492092c

View File

@@ -53,7 +53,7 @@ pref("font.name.monospace.he", "Courier New");
pref("font.name.cursive.he", "Comic Sans MS");
pref("font.name.serif.ja", " P明朝"); // "MS PMincho"
pref("font.name.sans-serif.ja", "MS UI Gothic");
pref("font.name.sans-serif.ja", " Pゴシック"); // "MS PGothic"
pref("font.name.monospace.ja", " ゴシック"); // "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");