HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

How to change code font size for Markdown Cell in preview? #1435

Open OlegUd opened 4 years ago

OlegUd commented 4 years ago

How to change code font size for Markdown Cell in preview?

Kuulest commented 2 years ago

in Preferences - Styles - Preview: Edit CSS add the line

.code-cell, .markdown-cell .ace_static_highlight {
  font-size: ??px;
}

with ?? being your favorite font size.