소스 검색

Fixed `fixed-pitch-serif`

Thanks Iosevka
Eiyeron Fulmincendii 6 년 전
부모
커밋
b974b808a9
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      config.org

+ 12 - 1
config.org

@@ -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