Switch from FuraCode to Iosevka font #fonts

This commit is contained in:
Colin Powell
2019-01-21 12:07:37 -05:00
parent a5cb72c2ea
commit 01d049bef2
3 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@
(setq doom-theme 'doom-Iosvkem)
;; Fonts
(setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14))
(setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20))
(setq doom-font (font-spec :family "Iosevka" :size 14))
(setq doom-big-font (font-spec :family "Iosevka" :size 20))
;; Dash highlighting
;; (after! dash (dash-enable-font-lock))