1
0
Fork 0

fix: set non-monospace font to Noto Sans Light

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-10 21:15:15 -07:00
parent d0242419a1
commit 8d596d5a7a
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -41,6 +41,8 @@
(defvar font-size 10)
(defvar font-family "JetBrains Mono SemiBold")
(set-frame-font (format "%s %d" font-family font-size))
(custom-set-faces
'(shr-text ((t (:inherit variable-pitch-text :family "Noto Sans Light")))))
;; Use spaces instead of tabs
(setq-default indent-tabs-mode nil)