Hello Peter,
Yes, I have both fonts installed locally. If it is helpful, here are the configuration scripts we run:
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: {extensions: ["autoload-all.js"],
noErrors: {style: {"display": "block !important",
"margin": "1em 0em 1em 2em",
"border": "none",
"text-decoration": "underline"}
},
Macros: {pd: ["{\\frac{\\partial#1}{\\partial#2}}",2],
d: ["{\\frac{d#1}{d#2}}",2],
E: ["\\times 10^{#1}",1],
csch: ["\\mathop{\\rm csch}\\nolimits"],
arccsc: ["\\mathop{\\rm arccsc}\\nolimits"],
arcsec: ["\\mathop{\\rm arcsec}\\nolimits"],
arccot: ["\\mathop{\\rm arccot}\\nolimits"],
sech: ["\\mathop{\\rm sech}\\nolimits"],
arsinh: ["\\mathop{\\rm arsinh}\\nolimits"],
arcosh: ["\\mathop{\\rm arcosh}\\nolimits"],
artanh: ["\\mathop{\\rm artanh}\\nolimits"],
arcsch: ["\\mathop{\\rm arcsch}\\nolimits"],
arsech: ["\\mathop{\\rm arsech}\\nolimits"],
arcoth: ["\\mathop{\\rm arcoth}\\nolimits"],
}
},
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
"HTML-CSS": { linebreaks: { automatic: true, width: "90% container"} } ,
"SVG": { linebreaks: { automatic: true, width: "90% container" } } ,
displayAlign: "left", displayIndent: "2em", displayErrorAlign: "left",
tex2jax: {inlineMath: [ ['$','$'], ['\\(','\\)'] ],
displayMath: [ ['$$','$$'], ['\\\[','\\\]'] ],
processEscapes: true}
});
MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
MathJax.InputJax.TeX.prefilterHooks.Add(function (data) {
if (data.display) {
var next = data.script.nextSibling;
while (next && next.nodeName.toLowerCase() === "#text") {next = next.nextSibling}
if (next && next.nodeName.toLowerCase() === "br") {next.parentNode.removeChild(next)}
}
});
});
</script>
<script type="text/javascript" src="
http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full"></script>
Best Regards,
Mark.