Skip to content Skip to sidebar Skip to footer

Is It Possible To Style Jqmath - Display With Another Font, On Webpages

I previously used mathjax to generate math on a website. It was not possible for me to style mathjax, which made the design awful (website had one font, and mathjax came with anoth

Solution 1:

Just use normal CSS to override any rules in jqmath-0.2.0.css after loading that file, e.g.:

math, fmath, .fm-math, fmath mo, .fm-mo, .ma-sans-serif
    { font-family: McLaren, 'Cantora One', sans-serif }

See How to left align elements in a jqmath table and jqMath highlight box like bbox in MathJax/MathJs for more jqMath CSS examples and information.

Post a Comment for "Is It Possible To Style Jqmath - Display With Another Font, On Webpages"