diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index 8753e12..9315097 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -21,8 +21,10 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "Terminess Nerd Font Mono" :weight 'medium :size 16) - doom-variable-pitch-font (font-spec :family "Terminess Nerd Font Mono" :weight 'medium :size 16)) +;; (setq doom-font (font-spec :family "Terminess Nerd Font Mono" :weight 'medium :size 16) +;; doom-variable-pitch-font (font-spec :family "Terminess Nerd Font Mono" :weight 'medium :size 16)) +(setq doom-font (font-spec :family "Monofur Nerd Font Mono" :weight 'medium :size 16) + doom-variable-pitch-font (font-spec :family "Monofur Nerd Font Mono" :weight 'medium :size 16)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to