##// END OF EJS Templates
jupyter-rendering: limit fonts types to the default ones....
marcink -
r1492:6e516631 default
parent child Browse files
Show More
@@ -320,7 +320,8 b' class MarkupRenderer(object):'
320 displayAlign: 'center',
320 displayAlign: 'center',
321 "HTML-CSS": {
321 "HTML-CSS": {
322 styles: {'.MathJax_Display': {"margin": 0}},
322 styles: {'.MathJax_Display': {"margin": 0}},
323 linebreaks: { automatic: true }
323 linebreaks: { automatic: true },
324 availableFonts: ["STIX", "TeX"]
324 },
325 },
325 showMathMenu: false
326 showMathMenu: false
326 });
327 });
General Comments 0
You need to be logged in to leave comments. Login now