aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs.el4
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)