about summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-10-01 19:05:26 -0500
committerCase Duckworth2021-10-01 19:05:26 -0500
commit4acb2f7da74dbd40a3b3c668546dba82f8e29e10 (patch)
treee3449258edd4900ddb97e16039f8a8716115950b /early-init.el
parentFix bug (diff)
downloademacs-4acb2f7da74dbd40a3b3c668546dba82f8e29e10.tar.gz
emacs-4acb2f7da74dbd40a3b3c668546dba82f8e29e10.zip
Change fonts
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))))