From 87364026203b87165781e25e1dd977f48fea44ec Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 17 Feb 2025 08:56:59 +0200 Subject: emacs: Update font configuration. --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index a2fde66..08d740b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -46,7 +46,7 @@ (custom-set-faces `(default ((t (:inherit nil :height ,font-size :family "Fira Mono")))) '(org-modern-symbol ((t (:inherit t :family "Iosevka")))) - `(variable-pitch ((t (:inherit t :family "Fira Mono" :height ,font-size)))) + `(variable-pitch ((t (:inherit t :family "Iosevka" :height ,(- font-size 10))))) '(italic ((t (:inherit t :family "Iosevka")))))) ;; Autoinsert -- cgit v1.2.3