diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index d600a164..2ae06271 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1213,6 +1213,11 @@ https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/MathMenu.js https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/MathZoom.js https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/TeX/begingroup.js https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/extensions/TeX/mhchem3/mhchem.js +https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff +https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff +https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff +https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff +https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/BasicLatin.js https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/Latin1Supplement.js https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/jax/element/mml/optable/MathOperators.js diff --git a/core/constants.js b/core/constants.js index 73c10cf9..ab801cbd 100644 --- a/core/constants.js +++ b/core/constants.js @@ -322,6 +322,11 @@ const MathJaxFiles = { 'jax/element/mml/optable/Latin1Supplement.js': true, 'jax/element/mml/optable/MathOperators.js': true, 'jax/element/mml/optable/BasicLatin.js': true, + 'fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff': true, + 'fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff': true, + 'fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff': true, + 'fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff': true, + 'fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff': true, }; // Supported charsets for TextDecoder() diff --git a/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff new file mode 100644 index 00000000..736c1311 Binary files /dev/null and b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff differ diff --git a/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff new file mode 100644 index 00000000..df9b26d4 Binary files /dev/null and b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff differ diff --git a/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff new file mode 100644 index 00000000..23719065 Binary files /dev/null and b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff differ diff --git a/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff new file mode 100644 index 00000000..1e48a251 Binary files /dev/null and b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff differ diff --git a/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff new file mode 100644 index 00000000..bd564c45 Binary files /dev/null and b/resources/mathjax/2.7.5/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff differ