summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el5
1 files changed, 2 insertions, 3 deletions
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."
64 (ignore args) 64 (ignore args)
65 (let ((fixed-pitch-faces 65 (let ((fixed-pitch-faces
66 '((:font "Fantasque Sans Mono" :height 110) 66 '((:font "Fantasque Sans Mono" :height 110)
67 (:font "Go Mono" :height 100) 67 (:font "Go Mono" :height 110)
68 (:font "DejaVu Sans Mono" :height 110) 68 (:font "DejaVu Sans Mono" :height 110)
69 (:font "monospace" :height 100))) 69 (:font "monospace" :height 100)))
70 (variable-pitch-faces 70 (variable-pitch-faces
71 '((:font "Comic Neue" :height 125) 71 '((:font "Inter" :height 120)
72 (:font "Inter" :height 120)
73 (:font "Go" :height 120) 72 (:font "Go" :height 120)
74 (:font "sans-serif" 73 (:font "sans-serif"
75 :height 100)))) 74 :height 100))))