Set variable pitch font to Noto Serif Light

This commit is contained in:
Marcus Kammer 2024-12-16 09:39:40 +01:00
parent bd35ce05de
commit 2f83754753
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -75,4 +75,4 @@
;; If there is more than one, they won't work right.
'(shortdoc-heading ((t (:weight bold :height 1.3))))
'(shortdoc-section ((t nil)))
'(variable-pitch ((t (:height 1.1 :family "Bitter Pro")))))
'(variable-pitch ((t (:weight light :height 1.1 :family "Noto Serif")))))