From 0f7935da329aa82187538ff3564eb9797c814456 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Oct 2023 06:36:39 +0200 Subject: [PATCH] Reduce the default font size --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index c23bc98..e74d112 100644 --- a/configuration.org +++ b/configuration.org @@ -744,7 +744,7 @@ This might (should?) become a [[*general][general]] map later. (use-package faces :ensure nil :custom-face - (default ((t (:family "Fira Code Retina" :foundry "simp" :slant normal :weight normal :height 110 :width normal)))) + (default ((t (:family "Fira Code Retina" :foundry "simp" :slant normal :weight normal :height 96 :width normal)))) (trailing-whitespace ((t (:inherit nil :background "red3"))))) #+end_src