diff --git a/.spacemacs b/.spacemacs index be4a217..1564093 100644 --- a/.spacemacs +++ b/.spacemacs @@ -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).