Changing mathjax's font size

后端 未结 10 1472
孤城傲影
孤城傲影 2020-12-08 19:32

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



        
10条回答
  •  暖寄归人
    2020-12-08 20:13

    When you have some math inside a div:

    $$ x^2 $$

    you can change the font size simply by using CSS like this:

    $("#some_math").css("font-size","150%");
    

提交回复
热议问题