Update documentation to include new undefinedFamily parameter
This commit is contained in:
parent
eb63ba8daa
commit
0d9bb61950
|
@ -77,6 +77,15 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts.
|
||||||
and later, and Opera10 and later. Note that Firefox3.0 is **not**
|
and later, and Opera10 and later. Note that Firefox3.0 is **not**
|
||||||
on this list.
|
on this list.
|
||||||
|
|
||||||
|
.. describe:: undefinedFamily: "STIXGeneral, 'Arial Unicode MS', serif"
|
||||||
|
|
||||||
|
This is the font-family CSS value used for characters that are not
|
||||||
|
in the selected font (e.g., for web-based fonts, this is where to
|
||||||
|
look for characters not included in the MathJax web fonts). IE
|
||||||
|
will stop looking after the first font that exists on the system
|
||||||
|
(even if it doesn't contain the needed character), so order these
|
||||||
|
carefully.
|
||||||
|
|
||||||
.. describe:: styles: {}
|
.. describe:: styles: {}
|
||||||
|
|
||||||
This is a list of CSS declarations for styling the HTML-CSS
|
This is a list of CSS declarations for styling the HTML-CSS
|
||||||
|
|
|
@ -121,7 +121,7 @@ MathML that works in all modern browsers.</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<hr class="docutils" />
|
<hr class="docutils" />
|
||||||
<p>This version of the documentation was built April 05, 2011.</p>
|
<p>This version of the documentation was built June 02, 2011.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -134,6 +134,17 @@ and later, and Opera10 and later. Note that Firefox3.0 is <strong>not</strong>
|
||||||
on this list.</p>
|
on this list.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="describe">
|
||||||
|
<dt>
|
||||||
|
<tt class="descname">undefinedFamily: "STIXGeneral, 'Arial Unicode MS', serif"</tt></dt>
|
||||||
|
<dd><p>This is the font-family CSS value used for characters that are not
|
||||||
|
in the selected font (e.g., for web-based fonts, this is where to
|
||||||
|
look for characters not included in the MathJax web fonts). IE
|
||||||
|
will stop looking after the first font that exists on the system
|
||||||
|
(even if it doesn’t contain the needed character), so order these
|
||||||
|
carefully.</p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="describe">
|
<dl class="describe">
|
||||||
<dt>
|
<dt>
|
||||||
<tt class="descname">styles: {}</tt></dt>
|
<tt class="descname">styles: {}</tt></dt>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -77,6 +77,15 @@ would set the ``preferredFont`` option to the :term:`STIX` fonts.
|
||||||
and later, and Opera10 and later. Note that Firefox3.0 is **not**
|
and later, and Opera10 and later. Note that Firefox3.0 is **not**
|
||||||
on this list.
|
on this list.
|
||||||
|
|
||||||
|
.. describe:: undefinedFamily: "STIXGeneral, 'Arial Unicode MS', serif"
|
||||||
|
|
||||||
|
This is the font-family CSS value used for characters that are not
|
||||||
|
in the selected font (e.g., for web-based fonts, this is where to
|
||||||
|
look for characters not included in the MathJax web fonts). IE
|
||||||
|
will stop looking after the first font that exists on the system
|
||||||
|
(even if it doesn't contain the needed character), so order these
|
||||||
|
carefully.
|
||||||
|
|
||||||
.. describe:: styles: {}
|
.. describe:: styles: {}
|
||||||
|
|
||||||
This is a list of CSS declarations for styling the HTML-CSS
|
This is a list of CSS declarations for styling the HTML-CSS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user