feat!: add new variable-pitch font (Overpass)

This commit is contained in:
Kiana Sheibani 2025-04-03 06:43:53 -04:00
parent 508a4967c9
commit 9ab8a637f7
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1392,11 +1392,11 @@ My favorite color theme has always been Tokyo Night. I use it literally everywhe
** Fonts
Victor Mono is my preferred coding font. I'm also using Source Sans Pro as my sans-serif font, though that is more an arbitrary pick than actually liking how it looks.
[[https://rubjo.github.io/victor-mono/][Victor Mono]] has been my preferred monospace font for a few years, so we'll set it as the ~doom-font~. We'll want a non-monospace font too, and I'm currently trying out [[https://overpassfont.org/][Overpass]]. It's a bit wider than Victor Mono, but it matches well enough.
#+begin_src emacs-lisp
(setq doom-font (font-spec :family "VictorMono" :size 13)
doom-variable-pitch-font (font-spec :family "Source Sans Pro" :size 16))
doom-variable-pitch-font (font-spec :family "Overpass" :size 15))
#+end_src
I'm a very big fan of how italics look in Victor Mono, so let's make more things italicized! While we're here, we'll also set doom's modified buffer font to be orange instead of yellow (I like how it looks better).