From b0ff57a6dd884932fbd0b98fd2cfef7815d7dea3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 19 Jul 2018 19:05:17 -0300 Subject: Use "Source Code Pro" instead of "Fira Code" as default font --- spacemacs.el | 4 ++-- 1 file 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) -- cgit v1.2.3