From a85654a34649207ed3cf6334923151b56b4e4534 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 9 Mar 2025 21:26:16 +0200 Subject: faces: Replace font with Input Mono --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 389ec78..1c7a28c 100644 --- a/init.el +++ b/init.el @@ -155,7 +155,7 @@ (set-face-attribute 'default nil - :font (if +mac+ "Fira Code Retina" "Fira Code") + :font "Input Mono" :height 130) (set-fill-width 120 t) -- cgit v1.2.3