Reduce the default font size

This commit is contained in:
2023-10-22 06:36:39 +02:00
parent 1cf60c50ef
commit 0f7935da32

View File

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