next-theme / hexo-filter-mathjax

💯 Server side MathJax renderer plugin for Hexo.
https://www.npmjs.com/package/hexo-filter-mathjax
MIT License
105 stars 6 forks source link

How can i specify a specific font size? #38

Closed hoangl-hle closed 2 years ago

hoangl-hle commented 2 years ago

The default font size is too small (comparing with hexo-math) . How can i specify a specific font size in _config.yml? Thanks

stevenjoezhang commented 2 years ago

The font size of math formula is inherited from the blog page. You can check whether the Hexo theme you are using supports increasing the font size in _config.yml, or adjust the font size with custom css.