From dcfc15a2ef5d3a00e24ed808c139c58d367319de Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 14 Mar 2026 10:00:08 +0100 Subject: [PATCH] chore: Switch fonts After some time, again switch. --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 41aa41836685ba8ed2c502eb00ca0645df008e01..4dad62beec5d7289aa09d14c149ec393351bfe05 100644 --- a/early-init.el +++ b/early-init.el @@ -68,7 +68,7 @@ '((vertical-scroll-bars . nil) (horizontal-scroll-bars . nil) ; Style - (font . "Hack") + (font . "Comic Shanns Mono") ;; (background-color . "#fbf7f0") ;; (foreground-color . "#000000") )))