From acdb61a8eebae84ca36d1446759f0ac55b8e1b1f Mon Sep 17 00:00:00 2001 From: kiwi0fruit Date: Sat, 26 May 2018 15:16:28 +0700 Subject: [PATCH] undefinedFamily bugfix: string[] -> string --- types/mathjax/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mathjax/index.d.ts b/types/mathjax/index.d.ts index e90c3aeee8..8c0dc99e1a 100644 --- a/types/mathjax/index.d.ts +++ b/types/mathjax/index.d.ts @@ -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 doesn’t contain the needed character), so order these carefully. */ - undefinedFamily?: string[]; + undefinedFamily?: string; /*This setting controls whether 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.