diff options
author | Thanos Apollo <[email protected]> | 2023-10-30 02:15:38 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-30 02:15:38 +0200 |
commit | 21d6aacc16e7f41823d223556493be6fe2604435 (patch) | |
tree | 06fdecec9c931d6974964cb4be8633c3e8d6b9ff /.emacs.d/modules | |
parent | a8d379277957246697b488a44ac1982228b6b8a9 (diff) |
emacs:(aesthetics) Update font
Diffstat (limited to '.emacs.d/modules')
-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 |