diff options
author | EuAndreh <eu@euandre.org> | 2018-07-19 19:05:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-19 19:05:17 -0300 |
commit | b0ff57a6dd884932fbd0b98fd2cfef7815d7dea3 (patch) | |
tree | e37c8763e5509d5a8d9d56ae52ac5fec6542dc47 /spacemacs.el | |
parent | Don't enable --show-signature git option by default (diff) | |
download | dotfiles-b0ff57a6dd884932fbd0b98fd2cfef7815d7dea3.tar.gz dotfiles-b0ff57a6dd884932fbd0b98fd2cfef7815d7dea3.tar.xz |
Use "Source Code Pro" instead of "Fira Code" as default font
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el index 70a750b..54dda96 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -241,8 +241,8 @@ It should only modify the values of Spacemacs settings." ;; Default font, or prioritized list of fonts. `powerline-scale' allows to ;; quickly tweak the mode-line size to make separators look not too crappy. - ;; Alternatives: "FreeMono", "Source Code Pro", "Default" - dotspacemacs-default-font '("Fira Code" + ;; Alternatives: "FreeMono", "Fira Code", "Default" + dotspacemacs-default-font '("Source Code Pro" :size 16 :weight normal :width normal) |