undefinedFamily bugfix: string[] -> string

This commit is contained in:
kiwi0fruit
2018-05-26 15:16:28 +07:00
committed by GitHub
parent 8091b46536
commit acdb61a8ee

View File

@@ -1018,7 +1018,7 @@ declare namespace MathJax {
* to look for characters not included in the MathJax TeX fonts). IE will stop looking after the first font that
* exists on the system (even if it doesnt contain the needed character), so order these carefully.
*/
undefinedFamily?: string[];
undefinedFamily?: string;
/*This setting controls whether <mtext> elements will be typeset using the math fonts or the font of the
* surrounding text. When false, the font for mathvariant="normal" will be used; when true, the font will be
* inherited from the surrounding paragraph.