calvinkei / react-native-mathjax

Render Mathjax content in React Native Webview
MIT License
34 stars 37 forks source link

How to change the font family and stylings of the content? #58

Open isuruaxis opened 1 year ago

isuruaxis commented 1 year ago

I need to change the font size and the font family of the content rendered through the library (content rendered other than latex). Found a way to change the scale of the math content but tried a lot and couldn't find a way to change the stylings of the other content rendered through the library. Can someone help me?

sickopickle commented 1 year ago

Same question. @isuruaxis do you mind sharing how you scaled the math content?

sickopickle commented 1 year ago

@isuruaxis Are you trying to scale the \text{} portion of the display? If that is the case, it is not possible. Even the MathJax library itself doesn't have that I think.