From 40029a9b0df5571cd8f9fe71b0bebc7a543bce17 Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 8 Feb 2025 18:16:36 -0500 Subject: lisp: switch to aporetic font --- lisp/td-functions.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/td-functions.el') diff --git a/lisp/td-functions.el b/lisp/td-functions.el index c7230d0..fbd4134 100644 --- a/lisp/td-functions.el +++ b/lisp/td-functions.el @@ -15,15 +15,15 @@ (when (display-graphic-p) (message "Setting font...") (set-face-attribute 'default nil - :font "Iosevka Comfy" + :font "Aporetic Sans Mono" :weight 'normal :height 200) (set-face-attribute 'fixed-pitch nil - :font "Iosevka Comfy" + :font "Aporetic Sans Mono" :weight 'normal :height 200) (set-face-attribute 'variable-pitch nil - :font "Iosevka Comfy" + :font "Aporetic Sans Mono" :weight 'normal :height 200))) -- cgit v1.2.3