use a free font in spacemacs
This commit is contained in:
parent
6127c5bc57
commit
14029175c9
|
@ -142,11 +142,11 @@ values."
|
|||
dotspacemacs-colorize-cursor-according-to-state t
|
||||
;; 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"
|
||||
dotspacemacs-default-font '("DejaVu Sans Mono"
|
||||
:size 11
|
||||
:weight normal
|
||||
:width normal
|
||||
:powerline-scale 0.6)
|
||||
:powerline-scale 1.0)
|
||||
;; The leader key
|
||||
dotspacemacs-leader-key "SPC"
|
||||
;; The key used for Emacs commands (M-x) (after pressing on the leader key).
|
||||
|
|
Loading…
Reference in New Issue