From 98c275e03a784d1719d2c47a52549fec50d04291 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 1 Apr 2024 11:33:35 -0400 Subject: [PATCH] fix(emacs): scale `fixed-pitch` face height Signed-off-by: Lucas Sta Maria --- .emacs.d/include/general.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/general.el b/.emacs.d/include/general.el index cf31980..a7a8c2e 100644 --- a/.emacs.d/include/general.el +++ b/.emacs.d/include/general.el @@ -60,7 +60,7 @@ (custom-set-faces '(region ((t (:inherit nano-subtle :background "#EBE5F5")))) `(variable-pitch ((t (:family ,priime-variable-font :height 125 :weight medium)))) - `(fixed-pitch ((t (:family ,priime-fixed-font :height 100)))) + `(fixed-pitch ((t (:family ,priime-fixed-font :height 0.8 :inherit nil)))) `(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font))))) (set-face-attribute 'italic nil :family 'inherit