We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e07941 + 0a33759 commit 32c540bCopy full SHA for 32c540b
unpacked/jax/output/HTML-CSS/jax.js
@@ -1606,6 +1606,8 @@
1606
+ String.fromCharCode((N&0x3FF)+0xDC00);
1607
}
1608
1609
+ if (HTMLCSS.ffFontOptimizationBug && c[4] - c[2] > 125)
1610
+ {span.style.textRendering = "optimizeLegibility"}
1611
if (C.rfix) {this.addText(span,text+C.c); HTMLCSS.createShift(span,C.rfix/1000); return ""}
1612
if (c[2] || !this.msieAccentBug || text.length) {return text + C.c}
1613
// Handle IE accent clipping bug
@@ -3107,7 +3109,8 @@
3107
3109
HTMLCSS.Augment({
3108
3110
ffVerticalAlignBug: !browser.versionAtLeast("20.0"), // not sure when this bug was fixed
3111
AccentBug: true,
- allowWebFonts: webFonts
3112
+ allowWebFonts: webFonts,
3113
+ ffFontOptimizationBug: true
3114
});
3115
},
3116
0 commit comments