Mark the STIX-Web font as available, not the STIX font. Should solve #5.
This commit is contained in:
parent
a3b3374c9b
commit
98c6ac9a57
2
MathJax/config/default.js
vendored
2
MathJax/config/default.js
vendored
|
@ -665,7 +665,7 @@ MathJax.Hub.Config({
|
|||
// use of the STIX fonts, or set it to an empty list, [], if
|
||||
// you want to force MathJax to use web-based or image fonts.
|
||||
//
|
||||
availableFonts: ["STIX","TeX"],
|
||||
availableFonts: ["STIX-Web","TeX"],
|
||||
|
||||
//
|
||||
// This is the preferred font to use when more than one of those
|
||||
|
|
Loading…
Reference in New Issue
Block a user