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