Set font differently
All checks were successful
/ Test config on 20 (push) Successful in 24s

This commit is contained in:
Maciej 2026-06-28 11:23:09 +03:00
parent 377b95bd7f
commit ff0abe9f2e
Signed by: maciej
GPG key ID: 28243AF437E32F99
5 changed files with 33 additions and 9 deletions

View file

@ -80,7 +80,9 @@ two points smaller."
(dolist (face '(default))
(set-face-attribute face nil
:family family
:height (-> height (* 10))))
:height (-> height (* 10))
:width 'medium
:weight 'semi-light))
;; Set variable-pitch font
(dolist (face '(variable-pitch))