How change the Markdown font size

Hello
I need some help on how to change the default font size of markdown component in perspective. The inline style doesn’t work and I’m scared to use html for the security reason so I wonder is there any trick so I can change the font size and family?

This should be possible by simply adding a fontSize under the style object in props. This sets the font size of most elements. Heading text sizes base themselves off of this using flexible em values.

This demonstrates what I mean, setting 10px vs 16px font size:

I did the same thing but now work at all.

I believe this was introduced recently in the 8.0.13 builds as a part of the large theming CSS refactor. What version of Ignition are you using?

1 Like

Hi Ray
Yes you are correct I’m not using 8.0.13.
Thanks it is solved.