justforuse / vue-mathjax-next

Vue3 + Mathjax plugin
https://vue-mathjax-next.vercel.app/
29 stars 2 forks source link

Chrome中渲染的公式字体不对 #20

Open LehaoLin opened 9 months ago

LehaoLin commented 9 months ago

经测试,safari字体正确,chrome字体不太对 找到了相关问题 https://superuser.com/questions/1762425/math-fonts-not-rendering-in-chrome-macos Chrome字体:

image

Safari字体:

image
LehaoLin commented 9 months ago

发现增加 window.MathJax.Hub.Queue(["setRenderer", MathJax.Hub, "CommonHTML"]); 和 window.MathJax.Hub.Queue(["Rerender", window.MathJax.Hub]); 重新渲染就好了 已提交pull request #22