summaryrefslogtreecommitdiff
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
parent3e525726ab29101cee11a5186162682f1befe3c2 (diff)
lisp: switch to aporetic font
-rw-r--r--lisp/td-functions.el6
-rw-r--r--lisp/td-org.el2
2 files changed, 4 insertions, 4 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)))
diff --git a/lisp/td-org.el b/lisp/td-org.el
index c70f661..6661202 100644
--- a/lisp/td-org.el
+++ b/lisp/td-org.el
@@ -15,7 +15,7 @@
(org-level-4 . 1.0)))
(set-face-attribute (car face)
nil
- :font "Iosevka Comfy"
+ :font "Aporetic Sans Mono"
:weight 'regular
:height (cdr face)))
(set-face-attribute 'org-block