From 244a10a586f0579067c31ca59cb0e21c38f1a246 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Thu, 13 Jun 2024 16:04:31 -0400 Subject: [PATCH] Switch Emacs font to Monofur. --- doom/.config/doom/config.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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