fix(emacs): scale fixed-pitch
face height
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
f0178e56f7
commit
98c275e03a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue