hackmd-io-issues icon indicating copy to clipboard operation
hackmd-io-issues copied to clipboard

How to change the font type of formulas written in MathJax?

Open huggiebao2 opened this issue 2 years ago • 2 comments

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?

huggiebao2 avatar Nov 15 '22 02:11 huggiebao2

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.

jackycute avatar Jan 10 '23 06:01 jackycute

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>

mlzxy avatar Mar 17 '23 19:03 mlzxy