I am able to change Pluto notebook input font size but unable to change output font. The code I used was
html"“”
.cm-editor .cm-scroller, .cm-editor .cm-content { font-family: "Fira Code", monospace !important; font-size: 16px !important; } .pluto-output pre, .pluto-output code { font-family: "Arial", monospace !important; font-size: 14px !important; }“”"
Help would be appreciated. Thanks!
gani -