Change font back to default to DejaVu Sans

... I might have to delete it on the work computer...
This commit is contained in:
Case Duckworth 2021-08-25 23:04:08 -05:00
parent dbb8a3936b
commit d6b3c8e05d
1 changed files with 2 additions and 3 deletions

View File

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