fix(emacs): use relative scaling for variable-pitch font
This commit is contained in:
parent
f4e39853d8
commit
3ed9ba7f37
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
||||||
(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
|
(region ((t (:inherit nano-subtle :background "#EBE5F5"))))
|
||||||
(italic ((t (:inherit nano-default :slant italic))))
|
(italic ((t (:inherit nano-default :slant italic))))
|
||||||
(lazy-highlight ((t (:inherit region))))
|
(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))))
|
(fixed-pitch ((t (:family ,priime-fixed-font :height ,priime-fixed-height :inherit nil))))
|
||||||
(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font))))
|
(shr-text ((t (:inherit variable-pitch-text :family ,priime-variable-font))))
|
||||||
(line-number ((t (:inherit default :foreground "#98A4AE"))))
|
(line-number ((t (:inherit default :foreground "#98A4AE"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue