зеркало из https://github.com/mozilla/gecko-dev.git
Bug 732834 - Use MathJax fonts in mathematical text part 2. r=karlt
This commit is contained in:
Родитель
57f0e07437
Коммит
047e2a762d
|
@ -46,9 +46,9 @@
|
|||
# each font. Do not include the Unicode table in this list.
|
||||
|
||||
%ifdef XP_WIN
|
||||
font.mathfont-glyph-tables = STIXNonUnicode, STIXSizeOneSym, STIXSize1, MathJax_Main, Asana Math, Standard Symbols L, Symbol
|
||||
font.mathfont-glyph-tables = MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, Asana Math, Standard Symbols L, Symbol
|
||||
%else
|
||||
font.mathfont-glyph-tables = STIXNonUnicode, STIXSizeOneSym, STIXSize1, MathJax_Main, Asana Math, Standard Symbols L
|
||||
font.mathfont-glyph-tables = MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, Asana Math, Standard Symbols L
|
||||
%endif
|
||||
|
||||
# The ordered list of fonts with which to attempt to stretch MathML
|
||||
|
|
|
@ -1222,7 +1222,7 @@ pref("intl.hyphenation-alias.no-*", "nb");
|
|||
pref("intl.hyphenation-alias.nb-*", "nb");
|
||||
pref("intl.hyphenation-alias.nn-*", "nn");
|
||||
|
||||
pref("font.mathfont-family", "STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, MathJax_Main, Asana Math, Standard Symbols L, DejaVu Sans, Cambria Math");
|
||||
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, Standard Symbols L, DejaVu Sans, Cambria Math");
|
||||
|
||||
// Some CJK fonts have bad underline offset, their CJK character glyphs are overlapped (or adjoined) to its underline.
|
||||
// These fonts are ignored the underline offset, instead of it, the underline is lowered to bottom of its em descent.
|
||||
|
@ -1936,7 +1936,7 @@ pref("font.size.variable.zh-HK", 16);
|
|||
pref("font.size.fixed.zh-HK", 16);
|
||||
|
||||
// We have special support for Monotype Symbol on Windows.
|
||||
pref("font.mathfont-family", "STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, MathJax_Main, Asana Math, Symbol, DejaVu Sans, Cambria Math");
|
||||
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, Symbol, DejaVu Sans, Cambria Math");
|
||||
|
||||
// cleartype settings - false implies default system settings
|
||||
|
||||
|
@ -2467,7 +2467,7 @@ pref("font.size.variable.zh-HK", 15);
|
|||
pref("font.size.fixed.zh-HK", 16);
|
||||
|
||||
// Apple's Symbol is Unicode so use it
|
||||
pref("font.mathfont-family", "STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, MathJax_Main, Asana Math, Symbol, DejaVu Sans, Cambria Math");
|
||||
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, Symbol, DejaVu Sans, Cambria Math");
|
||||
|
||||
// individual font faces to be treated as independent families
|
||||
// names are Postscript names of each face
|
||||
|
@ -2516,7 +2516,7 @@ pref("ui.key.menuAccessKeyFocuses", true);
|
|||
|
||||
pref("font.alias-list", "sans,sans-serif,serif,monospace,Tms Rmn,Helv,Courier,Times New Roman");
|
||||
|
||||
pref("font.mathfont-family", "STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, MathJax_Main, Asana Math, DejaVu Sans");
|
||||
pref("font.mathfont-family", "MathJax_Main, STIXNonUnicode, STIXSizeOneSym, STIXSize1, STIXGeneral, Asana Math, DejaVu Sans");
|
||||
|
||||
// Languages only need lists if we have a default that might not be available.
|
||||
// Tms Rmn and Helv cannot be used by Thebes but the OS/2 version of FontConfig
|
||||
|
|
Загрузка…
Ссылка в новой задаче