diff --git a/early-init.el b/early-init.el index bb6454e..2eaa8d8 100644 --- a/early-init.el +++ b/early-init.el @@ -64,12 +64,11 @@ say, `tool-bar-mode' once to toggle the tool bar back on." (ignore args) (let ((fixed-pitch-faces '((:font "Fantasque Sans Mono" :height 110) - (:font "Go Mono" :height 100) + (:font "Go Mono" :height 110) (:font "DejaVu Sans Mono" :height 110) (:font "monospace" :height 100))) (variable-pitch-faces - '((:font "Comic Neue" :height 125) - (:font "Inter" :height 120) + '((:font "Inter" :height 120) (:font "Go" :height 120) (:font "sans-serif" :height 100))))