diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/td-functions.el | 6 | ||||
-rw-r--r-- | lisp/td-org.el | 2 |
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 |