Is there a way to configure the output font size? I often use atom during presentations and it isn't visible very well. I can easily adjust the font size of code using cmd/+ cmd/- but the output font size doesn't change.
open script.less in~.atom/packages/script, then add font-size: 1.2rem inside .panel-body.
Changing font-size there isn't working for me in 3.11.1.
find styles/script.less. add font-size to .script-view .line.
then restart the atom,you can see font-size changed
xjhuang2015 commented on Aug 21, 2016
"open script.less in~.atom/packages/script, then add font-size: 1.2rem inside .panel-body."
This solution worked for me. Thanks xjhunang 2015!
Most helpful comment
open
script.lessin~.atom/packages/script, then addfont-size: 1.2reminside.panel-body.