diff options
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index fb28f64..077d5bd 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -78,8 +78,8 @@ ;; Set font-size for each device (custom-set-faces - (if is-hermes '(default ((t (:inherit nil :height 120 :family "Source Code Pro")))) - '(default ((t (:inherit nil :height 135 :family "Source Code Pro")))))) + (if is-hermes '(default ((t (:inherit nil :height 120 :family "Jetbrains Mono")))) + '(default ((t (:inherit nil :height 130 :family "Jetbrains Mono")))))) ;; Modus-themes configuration (setf modus-themes-italic-constructs t |