Skip to content

Commit 4ac9a9a

Browse files
committed
trying fontPath
1 parent 5c83be4 commit 4ac9a9a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

_layouts/page.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,8 @@
6262
<script>
6363
MathJax = {
6464
chtml: {
65-
displayAlign: 'left'
66-
},
67-
loader: {
68-
paths: {
69-
'mathjax-newcm': '[mathjax]/../@mathjax/mathjax-newcm-font'
70-
}
65+
displayAlign: 'left',
66+
fontPath: '[mathjax]/../@mathjax/%%FONT%%-font'
7167
}
7268
};
7369
</script>

0 commit comments

Comments
 (0)