Use Roboto Slab for variable-pitch font

This commit is contained in:
Marcus Kammer 2022-12-18 13:05:30 +01:00
parent 5560486037
commit bec7600c52
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -75,4 +75,4 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(font-lock-keyword-face ((t (:foreground "#81A1C1" :slant italic))))
'(variable-pitch ((t (:height 1.1 :family "Roboto")))))
'(variable-pitch ((t (:height 1.1 :family "Roboto Slab")))))