From 8bd4d2837a0d957adf576babbedb0ccbad6df69a Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Tue, 4 Jun 2024 20:41:26 -0800 Subject: [PATCH] use ubuntu nerd font instead of ubuntu. might not work --- lisp/mir-defuns.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mir-defuns.el b/lisp/mir-defuns.el index 1b4ee96..08b0ed4 100644 --- a/lisp/mir-defuns.el +++ b/lisp/mir-defuns.el @@ -40,7 +40,7 @@ declarations for color schemes." :family "MesloLGS Nerd Font") (set-face-attribute 'variable-pitch nil :inherit 'default - :family "Ubuntu" + :family "Ubuntu Nerd Font Medium" :height 140) ;jank? jank (setq window-divider-default-places t) (setq right-divider-width 5)