Bug 419370. Allow single face font families, specified in a pref setting. r+sr=stuart

git-svn-id: svn://10.0.0.236/trunk@246510 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdaggett%mozilla.com
2008-02-26 08:00:44 +00:00
parent 0130527ce3
commit eae23e8bd3
5 changed files with 322 additions and 24 deletions

View File

@@ -1730,6 +1730,14 @@ pref("font.size.fixed.zh-HK", 16);
// Apple's Symbol is Unicode so use it
pref("font.mathfont-family", "STIXNonUnicode, STIXSize1, STIXGeneral, Cambria Math, Symbol, DejaVu Sans");
// individual font faces to be treated as independent families
// names are Postscript names of each face
pref("font.single-face-list", "Osaka-Mono");
// optimization hint for fonts with localized names to be read in at startup, otherwise read in at lookup miss
// names are canonical family names (typically English names)
pref("font.preload-names-list", "Hiragino Kaku Gothic Pro,Hiragino Mincho Pro,STSong");
pref("browser.urlbar.clickAtEndSelects", false);
// Override the Windows settings: no menu key, meta accelerator key. ctrl for general access key in HTML/XUL