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?
Use \tiny{ }
, \scriptsize{ }
, \small{ }
, \normal{ }
, \large{ }
, \Large{ }
, \LARGE{ }
, \huge{ }
, \Huge{ }
.