We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
you can change font-size via atom editor function. In Atom, click the [Open Your Stylesheet], then write any css to styles.less. and save it.
[Open Your Stylesheet]
e.g.
.atom-mermaid-preview { /* <- this css class is root */ font-size: 16px; }