diff --git a/configuration.org b/configuration.org index 47d9c61..4b3c0c7 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 96 :width normal)))) + (default ((t (:family "Fira Code Retina" :foundry "simp" :slant normal :weight normal :height 100 :width normal)))) (trailing-whitespace ((t (:inherit nil :background "red3"))))) #+end_src @@ -829,8 +829,8 @@ Before this can be used, make sure the [[https://zhm.github.io/symbola/][Symbola #+begin_src emacs-lisp (defun gpolonkai/set-font-size (frame) (when (display-graphic-p frame) - (set-face-attribute 'default frame :font "Fira Code Retina-14") - (set-frame-font "Fira Code Retina-14" t (list frame)))) + (set-face-attribute 'default frame :font "Fira Code Retina-10") + (set-frame-font "Fira Code Retina-10" t (list frame)))) (defun --set-emoji-font (frame) "Adjust the font setting of FRAME so Emacs can display Emoji properly."