Skip to content

Instantly share code, notes, and snippets.

@f9n
Created September 16, 2017 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f9n/0705ea813fa0c63a8e00af3b7931571d to your computer and use it in GitHub Desktop.
Save f9n/0705ea813fa0c63a8e00af3b7931571d to your computer and use it in GitHub Desktop.
Change font size
$ vim ~/.spacemacs
...
...
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
;; quickly tweak the mode-line size to make separators look not too crappy.
dotspacemacs-default-font '("Source Code Pro"
:size 20 ;; In here
:weight normal
:width normal
:powerline-scale 1.1)
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment