diff --git a/early-init.el b/early-init.el index b020c52..c569cc5 100644 --- a/early-init.el +++ b/early-init.el @@ -82,22 +82,33 @@ say, `tool-bar-mode' once to toggle the tool bar back on." (defun after-make-frame@setup (&rest args) (ignore args) (let ((monospace-faces - (acdw/system - (:work '((:font "Consolas" :height 110) - (:font "DejaVu Sans Mono" :height 110) - (:font "monospace" :height 110))) - (_ '((:font "DejaVu Sans Mono" :height 100) - (:font "Consolas" :height 100) - (:font "monospace" :height 100)))))) + ;; (acdw/system + ;; (:work '((:font "Consolas" :height 110) + ;; (:font "DejaVu Sans Mono" :height 110) + ;; (:font "monospace" :height 110))) + ;; (_ '((:font "DejaVu Sans Mono" :height 100) + ;; (:font "Consolas" :height 100) + ;; (:font "monospace" :height 100)))) + '((:font "Fantasque Sans Mono" :height 110) + (:font "Go Mono" :height 100) + (:font "DejaVu Sans Mono" :height 110) + (:font "monospace" :height 100)))) (acdw/set-first-face-attribute 'default monospace-faces) (acdw/set-first-face-attribute 'fixed-pitch monospace-faces) (acdw/set-first-face-attribute 'variable-pitch - '((:font "Inter" :height 120) + '((:font "Comic Neue" :height 125) + (:font "Inter" :height 120) + (:font "Go" :height 120) (:font "sans-serif" :height 100)))) - (acdw/set-emoji-fonts "Segoe UI Emoji" - "Noto Color Emoji" + (acdw/set-emoji-fonts "Noto Color Emoji" + "Noto Emoji" + "Segoe UI Emoji" "Apple Color Emoji" + "FreeSans" + "FreeMono" + "FreeSerif" + "Unifont" "Symbola") (acdw/set-fringes '((left-curly-arrow [#b01100000 #b00110000