Update variable pitch font

This commit is contained in:
Marcus Kammer 2023-03-13 10:21:26 +01:00
parent e4208448c1
commit d55db4a81e

View file

@ -101,4 +101,4 @@
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(font-lock-keyword-face ((t (:slant italic)))) '(font-lock-keyword-face ((t (:slant italic))))
'(variable-pitch ((t (:height 1.0 :family "Fira Sans Regular"))))) '(variable-pitch ((t (:height 1.2 :family "Fira Sans Regular")))))