Switched fonts from maple-mono to iosevka

This commit is contained in:
Random936
2024-08-10 16:55:31 -07:00
parent 0f7fe9d6d9
commit 42ad3ee3af
3 changed files with 4 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ Org-faces changes the font size of the headings to make them bigger in the org f
(org-level-6 . 1.0)
(org-level-7 . 1.0)
(org-level-8 . 1.0)))
(set-face-attribute (car face) nil :font "Iosevka" :height (cdr face)))
(set-face-attribute (car face) nil :font "Maple Mono" :height (cdr face)))
;; Ensure that anything that should be fixed-pitch in Org files appears that way
(set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch)