зеркало из https://github.com/mozilla/gecko-dev.git
Updated font names for cursive and fantasy to OS9 defaults (the previous ones were not even in OS8.6).
This commit is contained in:
Родитель
3fce1b2822
Коммит
e013a6492a
|
@ -117,14 +117,14 @@ pref("font.name.fantasy.x-cyrillic", "XXX.fantasy");
|
|||
pref("font.name.serif.x-unicode", "Times");
|
||||
pref("font.name.sans-serif.x-unicode", "Helvetica");
|
||||
pref("font.name.monospace.x-unicode", "Courier");
|
||||
pref("font.name.cursive.x-unicode", "Zapf Chancery");
|
||||
pref("font.name.fantasy.x-unicode", "New Century Schlbk");
|
||||
pref("font.name.cursive.x-unicode", "Apple Chancery");
|
||||
pref("font.name.fantasy.x-unicode", "Gadget");
|
||||
|
||||
pref("font.name.serif.x-western", "Times");
|
||||
pref("font.name.sans-serif.x-western", "Helvetica");
|
||||
pref("font.name.monospace.x-western", "Courier");
|
||||
pref("font.name.cursive.x-western", "Zapf Chancery");
|
||||
pref("font.name.fantasy.x-western", "New Century Schlbk");
|
||||
pref("font.name.cursive.x-western", "Apple Chancery");
|
||||
pref("font.name.fantasy.x-western", "Gadget");
|
||||
|
||||
pref("font.name.serif.zh-CN", "Song");
|
||||
pref("font.name.sans-serif.zh-CN", "Hei");
|
||||
|
|
Загрузка…
Ссылка в новой задаче