diff options
-rw-r--r-- | .config/emacs/init.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 2d341a0..91347f3 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -44,9 +44,9 @@ ;; Font (custom-set-faces - (if is-hermes '(default ((t (:inherit nil :height 120 :family "Jetbrains Mono")))) - '(default ((t (:inherit nil :height 135 :family "Jetbrains Mono"))))) - '(variable-pitch ((t (:inherit t :height 125 :family "Iosevka Aile")))) + (if is-hermes '(default ((t (:inherit nil :height 130 :family "Jetbrains Mono")))) + '(default ((t (:inherit nil :height 140 :family "Jetbrains Mono"))))) + '(variable-pitch ((t (:inherit t :height 140 :family "Iosevka Aile")))) '(org-modern-symbol ((t (:inherit t :family "Iosevka Aile"))))) ;; Autoinsert |