From 2f4eeebccfc16f512706f03b9c6740b77dae7e11 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 20 Jun 2024 16:22:01 +0100 Subject: [PATCH] Add font size to custom theme --- dictionary | 2 ++ iosevka-theme.el | 1 + 2 files changed, 3 insertions(+) diff --git a/dictionary b/dictionary index d27d4af..ae4e472 100644 --- a/dictionary +++ b/dictionary @@ -1,5 +1,6 @@ ASDEX Abreu +Aile Athina CHERAB CXRS @@ -11,6 +12,7 @@ IMAS ITER Indica Iosevka +IosevkaCustomNerdFont Itziar Jai Joelle diff --git a/iosevka-theme.el b/iosevka-theme.el index 2f224d2..a1feec2 100644 --- a/iosevka-theme.el +++ b/iosevka-theme.el @@ -3,6 +3,7 @@ (custom-theme-set-faces 'iosevka + '(default ((t (:family "IosevkaCustomNerdFont" :height 120)))) '(fixed-pitch ((t (:family "IosevkaCustomNerdFont")))) '(fixed-pitch-serif ((t (:family "IosevkaCustomNerdFont")))) '(variable-pitch ((t (:family "Iosevka Custom Aile")))))