diff options
Diffstat (limited to '_spacemacs.d/init.el')
| -rw-r--r-- | _spacemacs.d/init.el | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 3d8feb7..8eb3771 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -217,7 +217,7 @@     ;; 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 '("M+ 1mn"                                 :size 14                                 :weight normal                                 :width normal @@ -456,7 +456,7 @@    ;; Change `powerline' separator    (setq powerline-default-separator nil)    ;; Set monospaced font size for Chinese -  (spacemacs//set-monospaced-font "Source Code Pro" "WenQuanYi Zen Hei" 14 16) +  (spacemacs//set-monospaced-font "M+ 1mn" "WenQuanYi Zen Hei" 14 14)    ;; Display tildes in the fringe on empty lines    (global-vi-tilde-fringe-mode)    ;; | 
