Reduce the default font size

This commit is contained in:
Gergely Polonkai 2023-10-22 06:36:39 +02:00
parent 1cf60c50ef
commit 0f7935da32
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 1 deletions

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