1
0
Fork 0

fix(emacs): scale fixed-pitch face height

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-01 11:33:35 -04:00
parent f0178e56f7
commit 98c275e03a
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -60,7 +60,7 @@
(custom-set-faces (custom-set-faces
'(region ((t (:inherit nano-subtle :background "#EBE5F5")))) '(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
`(variable-pitch ((t (:family ,priime-variable-font :height 125 :weight medium)))) `(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))))) `(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font)))))
(set-face-attribute 'italic nil (set-face-attribute 'italic nil
:family 'inherit :family 'inherit