update font name

This commit is contained in:
Gregory Burd 2024-04-15 08:52:47 -04:00
parent b1514b3ab0
commit b50af7a6e0

View file

@ -223,7 +223,7 @@
(when window-system
(setq frame-title-format '(buffer-file-name "%f" ("%b")))
(set-face-attribute 'default nil
:family "Fira Code"
:family "Fira Code Nerd Font Mono"
:height 134
:weight 'normal
:width 'normal)