From 4acb2f7da74dbd40a3b3c668546dba82f8e29e10 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 1 Oct 2021 19:05:26 -0500 Subject: [PATCH] Change fonts --- early-init.el | 5 ++--- 1 file 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." (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))))