From 0ad4d372fec4694e9d769ee28b70adb920ae93fa Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 30 Aug 2023 16:34:05 +0200 Subject: [PATCH] Move from Hack to Fira Code --- configuration.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.org b/configuration.org index 2fd5947..7e6fc40 100644 --- a/configuration.org +++ b/configuration.org @@ -110,7 +110,7 @@ (use-package faces :ensure nil :custom-face - (default ((t (:family "Hack" :foundry "simp" :slant normal :weight normal :height 98 :width normal)))) + (default ((t (:family "Fira Code Retina" :foundry "simp" :slant normal :weight normal :height 110 :width normal)))) (trailing-whitespace ((t (:inherit nil :background "red3"))))) #+end_src @@ -1265,8 +1265,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 "Hack-12") - (set-frame-font "Hack-12" t (list frame)))) + (set-face-attribute 'default frame :font "Fira Code Retina-14") + (set-frame-font "Fira Code Retina-14" t (list frame)))) (defun --set-emoji-font (frame) "Adjust the font setting of FRAME so Emacs can display Emoji properly."