diff --git a/early-init.el b/early-init.el index dd4de60..f2b409a 100644 --- a/early-init.el +++ b/early-init.el @@ -82,9 +82,8 @@ say, `tool-bar-mode' once to toggle the tool bar back on." (defun after-make-frame@setup (&rest args) (ignore args) (let ((monospace-faces - '((:font "Consolas" :height 100) - (:font "DejaVu Sans Mono" :height 100) - (:font "DejaVu Sans Mono Book" :height 100) + '((:font "DejaVu Sans Mono" :height 100) + (:font "Consolas" :height 100) (:font "monospace" :height 100)))) (acdw/set-first-face-attribute 'default monospace-faces) (acdw/set-first-face-attribute 'fixed-pitch monospace-faces)