|
|
@@ -49,9 +49,20 @@ mighty ligatures.
|
|
|
:size base-size)
|
|
|
doom-big-font (font-spec
|
|
|
:family "PragmataPro Liga"
|
|
|
- :size (* base-size 2))))
|
|
|
+ :size (* base-size 2))
|
|
|
+ doom-serif-font (font-spec
|
|
|
+ :family "Iosevka Slab"
|
|
|
+ :size base-size)))
|
|
|
+
|
|
|
#+END_SRC
|
|
|
|
|
|
+A note about the serif font: I can't set the styling set for a given font on
|
|
|
+emacs, so I can't use Pragmata for the serif font. I'm currently having issues
|
|
|
+with ~fixed-pitch-serif~ as it doesn't properly load the ~doom-font~, so I am
|
|
|
+resorting to use a custom serif font, Iosevka Slab, from the Iosevka forge, my
|
|
|
+other favorite programming font. Actually, they blend well together, even if
|
|
|
+Iosevka Slab feels /ever so slightly/ too thick against Pramgata.
|
|
|
+
|
|
|
PragmataPro's ligatures have been enabled within ~init.el~ though the
|
|
|
~pretty-code~ layer and it's optional specialization for this font. No more
|
|
|
setting is to be done for this font. Yet I wonder if I want to determine how to
|