Move back to FuraCode #fonts

This commit is contained in:
Colin Powell
2019-01-17 23:48:42 -05:00
parent 9c9183fdaa
commit 92b0e40f08
3 changed files with 8 additions and 8 deletions

View File

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