Skip to content

Commit

Permalink
Use SF Pro for variable face
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Jan 16, 2025
1 parent a74ec09 commit 23e3f8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ available font names by evaluating (font-family-list)."
:group 'exordium)

(setq exordium-preferred-variable-fonts
'(("Fira Sans" . 135)))
'(("SF Pro" . 135)
("Fira Sans" . 135)
("Helvetica" . 135)
("Arial" . 135)))

;; (custom-set-faces '(variable-pitch ((t (:family "Fira Sans" :height 135)))))

Expand Down

0 comments on commit 23e3f8a

Please sign in to comment.