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:
parent
95a942014d
commit
cec205e2b8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue