diff --git a/config.el b/config.el index 1fef370..f24977e 100644 --- a/config.el +++ b/config.el @@ -21,7 +21,7 @@ ;; ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: -(setq doom-font (font-spec :family "Fira Mono" :size 14.0) +(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14.0) doom-variable-pitch-font (font-spec :family "Liberation Serif" :size 16.0)) ;; There are two ways to load a theme. Both assume the theme is installed and