hackmd-io-issues
hackmd-io-issues copied to clipboard
How to change the font type of formulas written in MathJax?
How could I change the font type of formulas written in MathJax on HackMD?
for example, from the default font into Arial or anything else?
Hi @huggiebao2, Thanks for reaching us. However, there is no way to change MathJax font on HackMD, do you have any font preference, if there is a example will be great.
How could I change the font type of formulas written in MathJax on HackMD?
for example, from the default font into Arial or anything else?
The body font type can be changed by using following script in markdown.
<style>
.markdown-body {font-family: 'Times New Roman'; }
</style>