No PNGs for you!
I removed the png versions of the MathJax fonts. Make the config reflect that.
This commit is contained in:
parent
1663d9f5c8
commit
bf69cceb25
5
public/MathJax/config/MathJax.js
vendored
5
public/MathJax/config/MathJax.js
vendored
|
@ -7,13 +7,10 @@ MathJax.Hub.Config({
|
||||||
},
|
},
|
||||||
"HTML-CSS": {
|
"HTML-CSS": {
|
||||||
preferredFont: "STIX",
|
preferredFont: "STIX",
|
||||||
|
imageFont: null,
|
||||||
scale: 90
|
scale: 90
|
||||||
},
|
},
|
||||||
MMLorHTML: {
|
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:
|
prefer:
|
||||||
{
|
{
|
||||||
MSIE: "MML",
|
MSIE: "MML",
|
||||||
|
|
Loading…
Reference in a new issue