https://bugzilla.wikimedia.org/show_bug.cgi?id=63016
--- Comment #3 from Peter Krautzberger <[email protected]> --- @Andre this is about the configuration used by the MediaWiki Math Extension. Specifically, this line https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FMath/88d3368c23efc963ceae127bea175191bc82893e/modules%2Fext.math.mathjax.enabler.js#L25 availableFonts: ["TeX"] which restricts MathJax to only use locally installed MathJax-TeX fonts. The MathJax default (see http://docs.mathjax.org/en/latest/options/HTML-CSS.html) is availableFonts: ["STIX","TeX"] and in the next MathJax release any other MathJax-compatible font a user might have installed will be recognised as well. Peter. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
