summaryrefslogtreecommitdiff
path: root/lisp/td-functions.el
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-02-08 18:16:36 -0500
committertdback <tyler@tdback.net>2025-02-08 18:16:36 -0500
commit40029a9b0df5571cd8f9fe71b0bebc7a543bce17 (patch)
tree97a5b4f947a564bd3b4c243eca1307cacbd804fe /lisp/td-functions.el
parent3e525726ab29101cee11a5186162682f1befe3c2 (diff)
lisp: switch to aporetic font
Diffstat (limited to 'lisp/td-functions.el')
-rw-r--r--lisp/td-functions.el6
1 files changed, 3 insertions, 3 deletions
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)))