use a free font in spacemacs

This commit is contained in:
Frieder Schlesier 2019-01-05 13:27:01 +01:00
parent 6127c5bc57
commit 14029175c9
1 changed files with 2 additions and 2 deletions

View File

@ -142,11 +142,11 @@ values."
dotspacemacs-colorize-cursor-according-to-state t dotspacemacs-colorize-cursor-according-to-state t
;; Default font, or prioritized list of fonts. `powerline-scale' allows to ;; Default font, or prioritized list of fonts. `powerline-scale' allows to
;; quickly tweak the mode-line size to make separators look not too crappy. ;; 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 :size 11
:weight normal :weight normal
:width normal :width normal
:powerline-scale 0.6) :powerline-scale 1.0)
;; The leader key ;; The leader key
dotspacemacs-leader-key "SPC" dotspacemacs-leader-key "SPC"
;; The key used for Emacs commands (M-x) (after pressing on the leader key). ;; The key used for Emacs commands (M-x) (after pressing on the leader key).