Smaller font

Maybe I'll need to change back when I am back to my other computer
This commit is contained in:
larstvei 2025-09-01 07:06:51 +02:00
parent 68a22385a1
commit 916c2b8446

View File

@ -474,7 +474,7 @@
#+begin_src emacs-lisp
(when (member "Source Code Pro" (font-family-list))
(set-face-attribute 'default nil :font "Source Code Pro-15"))
(set-face-attribute 'default nil :font "Source Code Pro-13"))
#+end_src