Changing mathjax's font size

ojek picture ojek · Sep 30, 2013 · Viewed 23.5k times · Source

I am using mathjax on my page, and i have read that this:

<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    "HTML-CSS": { scale: 175}
  });
</script>

Is supposed to make fonts bigger. But instead, all it does, is that it makes the container of mathjax equations bigger, but the fonts stay the same. Why is that? How to change font size?

Answer

Gurjeet Singh picture Gurjeet Singh · Jul 29, 2017

Use \tiny{ }, \scriptsize{ }, \small{ }, \normal{ }, \large{ }, \Large{ }, \LARGE{ }, \huge{ }, \Huge{ }.