jupyter-rendering: limit fonts types to the default ones.

- limits the possibilities of picking fonts, thus limiting required
math-jax font files.
This commit is contained in:
Marcin Kuzminski 2017-02-28 15:12:57 +01:00
parent 95a942014d
commit cec205e2b8

View file

@ -320,7 +320,8 @@ class MarkupRenderer(object):
displayAlign: 'center',
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}},
linebreaks: { automatic: true }
linebreaks: { automatic: true },
availableFonts: ["STIX", "TeX"]
},
showMathMenu: false
});