diff --git a/dot_config/alacritty/alacritty.yml b/dot_config/alacritty/alacritty.yml index 5ff31d9..cab4785 100644 --- a/dot_config/alacritty/alacritty.yml +++ b/dot_config/alacritty/alacritty.yml @@ -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 diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el index c5df91c..403b437 100644 --- a/dot_doom.d/config.el +++ b/dot_doom.d/config.el @@ -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)) diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el index ae46b51..974f204 100644 --- a/dot_doom.d/init.el +++ b/dot_doom.d/init.el @@ -54,7 +54,7 @@ ;;objed ;;parinfer rotate-text - ;;snippets + snippets ;;word-wrap :emacs