From bf69cceb2501dd7d8609dc5e239d0ae97359e542 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Mon, 18 Oct 2010 08:25:25 -0500 Subject: [PATCH] No PNGs for you! I removed the png versions of the MathJax fonts. Make the config reflect that. --- public/MathJax/config/MathJax.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/public/MathJax/config/MathJax.js b/public/MathJax/config/MathJax.js index 36cff23c..ff194cdf 100644 --- a/public/MathJax/config/MathJax.js +++ b/public/MathJax/config/MathJax.js @@ -7,13 +7,10 @@ MathJax.Hub.Config({ }, "HTML-CSS": { preferredFont: "STIX", + imageFont: null, scale: 90 }, MMLorHTML: { - // - // The output jax that is to be preferred when both are possible - // (set to "MML" for native MathML, "HTML" for MathJax's HTML-CSS output jax). - // prefer: { MSIE: "MML",