Switch Emacs font to Monofur.

This commit is contained in:
Jessica Canady 2024-06-13 16:04:31 -04:00
parent 3d6c254b1b
commit 244a10a586
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ

View file

@ -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