diff options
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index a2fde66..08d740b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -46,7 +46,7 @@ (custom-set-faces `(default ((t (:inherit nil :height ,font-size :family "Fira Mono")))) '(org-modern-symbol ((t (:inherit t :family "Iosevka")))) - `(variable-pitch ((t (:inherit t :family "Fira Mono" :height ,font-size)))) + `(variable-pitch ((t (:inherit t :family "Iosevka" :height ,(- font-size 10))))) '(italic ((t (:inherit t :family "Iosevka")))))) ;; Autoinsert |