Set font back to Iosevka

This commit is contained in:
mokou 2020-10-06 10:18:28 +02:00
parent 2bda0e1718
commit 76d6da531e
3 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux) monospace # - (Linux) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: Cozette family: Iosevka
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Regular #style: Regular
@ -99,7 +99,7 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Cozette family: Iosevka
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Bold #style: Bold

View File

@ -21,7 +21,7 @@
;; Maximize the window upon startup ;; Maximize the window upon startup
(add-to-list 'default-frame-alist '(fullscreen . maximized)) (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)) (when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize)) (exec-path-from-shell-initialize))

View File

@ -54,7 +54,7 @@
;;objed ;;objed
;;parinfer ;;parinfer
rotate-text rotate-text
;;snippets snippets
;;word-wrap ;;word-wrap
:emacs :emacs