Atom-script: Configure output font size

Created on 27 Mar 2016  路  4Comments  路  Source: atom-community/atom-script

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.

Most helpful comment

open script.less in~.atom/packages/script, then add font-size: 1.2rem inside .panel-body.

All 4 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kevinpulido89 picture kevinpulido89  路  8Comments

STRAYKR picture STRAYKR  路  7Comments

ld000 picture ld000  路  6Comments

jaredleekatzman picture jaredleekatzman  路  3Comments

adamabernathy picture adamabernathy  路  5Comments