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:
pinkerton%aol.net 2004-01-21 01:03:49 +00:00
Родитель 856dc42814
Коммит 784211d5a3
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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);