commit 301ee4f3001c663792b3e7d7fddf06a18393c9f8
parent f6bf4c13e3a2f60e7f1fe22ac2d328c772091191
Author: Davide P. Cervone <dpvc@union.edu>
Date: Sun, 7 Dec 2014 07:10:09 -0500
Merge branch 'issue950' into develop. Issue #950.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -2959,7 +2959,7 @@
msieNegativeBBoxBug: (mode >= 8), // negative bboxes have positive widths
msieIE6: !isIE7,
msieItalicWidthBug: true,
- FontFaceBug: true,
+ FontFaceBug: (mode < 9),
msieFontCSSBug: browser.isIE9,
allowWebFonts: (mode >= 9 ? "woff" : "eot")
});