1
0
Fork 0

fix(emacs): use relative scaling for variable-pitch font

This commit is contained in:
Lucas Sta Maria 2024-12-22 17:30:43 +08:00
parent f4e39853d8
commit 3ed9ba7f37
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -155,7 +155,7 @@
(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
(italic ((t (:inherit nano-default :slant italic))))
(lazy-highlight ((t (:inherit region))))
(variable-pitch ((t (:inherit default :family ,priime-variable-font :height 125 :weight regular))))
(variable-pitch ((t (:inherit default :family ,priime-variable-font :height 1.25 :weight regular))))
(fixed-pitch ((t (:family ,priime-fixed-font :height ,priime-fixed-height :inherit nil))))
(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font))))
(line-number ((t (:inherit default :foreground "#98A4AE"))))