зеркало из https://github.com/mozilla/pjs.git
Bug 536296 - Fonts on webpages arent rendering properly [r=vingtetun]
This commit is contained in:
Родитель
37091122a8
Коммит
42883b355f
|
@ -432,3 +432,13 @@ pref("app.update.interval", 28800);
|
|||
|
||||
// replace newlines with spaces on paste into single-line text boxes
|
||||
pref("editor.singleLine.pasteNewlines", 2);
|
||||
|
||||
#ifdef MOZ_PLATFORM_MAEMO
|
||||
// update fonts for better readability
|
||||
pref("font.default.x-baltic", "SwissA");
|
||||
pref("font.default.x-central-euro", "SwissA");
|
||||
pref("font.default.x-cyrillic", "SwissA");
|
||||
pref("font.default.x-unicode", "SwissA");
|
||||
pref("font.default.x-user-def", "SwissA");
|
||||
pref("font.default.x-western", "SwissA");
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче