зеркало из https://github.com/mozilla/pjs.git
remove font prefs that were always present but getting changed by all.js after
we set them here. Now that this file comes after all.js, they were suddenly being used and aren't necessarily what we want.
This commit is contained in:
Родитель
543702846f
Коммит
278f8038ff
|
@ -41,15 +41,17 @@
|
|||
// What to load in a new tab: 0 = blank, 1 = homepage, 2 = last page
|
||||
pref("browser.tabs.startPage", 0);
|
||||
|
||||
/*
|
||||
// Pick some reasonable OS X default fonts
|
||||
pref("font.name.serif.x-western", "Lucida Grande");
|
||||
// Note: these have lived here forever, but were never actually used (they
|
||||
// were overridden by all.js after being set here). Keeping them just for
|
||||
// posterity, but they're unused.
|
||||
pref("font.name.serif.x-western", "Times");
|
||||
pref("font.name.sans-serif.x-western", "Lucida Grande");
|
||||
pref("font.size.variable.x-western", 15);
|
||||
pref("font.size.fixed.x-western", 12);
|
||||
pref("font.size.minimum-size.x-western", 10);
|
||||
|
||||
// set character detection (should be same as mozilla)
|
||||
pref("intl.charset.detector", "chrome://navigator/locale/navigator.properties");
|
||||
*/
|
||||
|
||||
pref("chimera.store_passwords_with_keychain", true);
|
||||
pref("chimera.keychain_passwords_autofill", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче