Set font back to Iosevka
This commit is contained in:
parent
2bda0e1718
commit
76d6da531e
3 changed files with 4 additions and 4 deletions
|
@ -88,7 +88,7 @@ font:
|
|||
# - (macOS) Menlo
|
||||
# - (Linux) monospace
|
||||
# - (Windows) Consolas
|
||||
family: Cozette
|
||||
family: Iosevka
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
|
@ -99,7 +99,7 @@ font:
|
|||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: Cozette
|
||||
family: Iosevka
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Bold
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
;;objed
|
||||
;;parinfer
|
||||
rotate-text
|
||||
;;snippets
|
||||
snippets
|
||||
;;word-wrap
|
||||
|
||||
:emacs
|
||||
|
|
Loading…
Add table
Reference in a new issue