Skip to content
y-takey edited this page Dec 3, 2015 · 1 revision

How to change font-size

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.

e.g.

.atom-mermaid-preview {  /* <- this css class is root */
  font-size: 16px;
}
Clone this wiki locally