Add theme to use custom Iosevka font variants

This commit is contained in:
Evie Litherland-Smith 2024-06-20 16:06:53 +01:00
parent 62fe4fac6b
commit 3289a47ed7

10
iosevka-theme.el Normal file
View file

@ -0,0 +1,10 @@
(deftheme iosevka
"Use customised variants of Iosevka font")
(custom-theme-set-faces
'iosevka
'(fixed-pitch ((t (:family "IosevkaCustomNerdFont"))))
'(fixed-pitch-serif ((t (:family "IosevkaCustomNerdFont"))))
'(variable-pitch ((t (:family "Iosevka Custom Aile")))))
(provide-theme 'iosevka)