Change fonts

This commit is contained in:
Case Duckworth 2021-10-01 19:05:26 -05:00
parent 722fdb5bf7
commit 4acb2f7da7
1 changed files with 2 additions and 3 deletions

View File

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