From 7ff0a53ca83cfddb26cb28695757f4e9b36ef3bb Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 26 May 2024 00:44:52 -0700 Subject: [PATCH] Switched from Fira Code to Fira Code Retina --- dotfiles/.emacs.d/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.emacs.d/config.org b/dotfiles/.emacs.d/config.org index c594ab3..78f83ba 100644 --- a/dotfiles/.emacs.d/config.org +++ b/dotfiles/.emacs.d/config.org @@ -150,7 +150,7 @@ Pretty self explanatory. #+begin_src emacs-lisp (defun jm/set-font-faces () - (set-face-attribute 'default nil :font "Fira Code" :height 140)) + (set-face-attribute 'default nil :font "Fira Code Light" :height 140)) #+end_src Adding a fix for fonts when running Emacs as a daemon. @@ -437,7 +437,7 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema (recents . 5) (agenda . 5))) :config - (set-face-attribute 'dashboard-items-face nil :font "Fira Code" :weight 'regular :height 140) + (set-face-attribute 'dashboard-items-face nil :font "Fira Code Light" :weight 'regular :height 140) (dashboard-setup-startup-hook)) #+end_src