feat(emacs): Update fontface to use Iosevka as well

This commit is contained in:
Dionisio E Alonso 2023-12-07 09:14:04 -03:00
parent 7147e1742f
commit 734d82d929
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
'(show-paren-mode t)
'(tool-bar-mode nil))
(custom-set-faces
'(default ((t (:family "Fira Code" :foundry "CTDB" :slant normal :weight normal :height 90 :width normal)))))
'(default ((t (:family "Iosevka Curly Slab" :foundry "UKWN" :slant normal :weight regular :height 113 :width normal)))))
(when window-system (set-frame-size (selected-frame) 85 60))