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.
1 parent fc47ec0 commit aba0f46Copy full SHA for aba0f46
unpacked/jax/output/CommonHTML/jax.js
@@ -1544,7 +1544,8 @@
1544
if (values.fontsize && !this.mathsize) values.mathsize = values.fontsize;
1545
if (values.mathsize !== 1) scale *= CHTML.length2em(values.mathsize,1,1);
1546
var variant = this.CHTMLvariant;
1547
- if (variant && variant.style && variant.style["font-family"]) scale /= CHTML.scale;
+ if (variant && variant.style && variant.style["font-family"])
1548
+ scale *= (CHTML.config.scale/100)/CHTML.scale;
1549
this.CHTML.scale = scale; pscale = this.CHTML.rscale = scale/pscale;
1550
if (Math.abs(pscale-1) < .001) pscale = 1;
1551
if (node && pscale !== 1) node.style.fontSize = CHTML.Percent(pscale);
0 commit comments