Set font back to Iosevka
This commit is contained in:
parent
2bda0e1718
commit
76d6da531e
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
;; Maximize the window upon startup
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
||||
(setq doom-font (font-spec :family "Cozette" :size 11))
|
||||
(setq doom-font (font-spec :family "Iosevka" :size 15))
|
||||
|
||||
(when (memq window-system '(mac ns x))
|
||||
(exec-path-from-shell-initialize))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue