From 21d6aacc16e7f41823d223556493be6fe2604435 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 30 Oct 2023 02:15:38 +0200 Subject: emacs:(aesthetics) Update font --- .emacs.d/modules/thanos-aesthetics.el | 4 ++-- 1 file 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 -- cgit v1.2.3