From 914baa072fd6e0a3afc007118db39bcad7f779e0 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Sun, 4 Dec 2022 11:22:11 +0100 Subject: [PATCH] Fix Iosevka Family names [why] The Iosevka font has a lot of different families. A lot users install just all "Iosevka Nerd Font" families, and this can break in a lot different ways. I will try to collect Issues possibly caused by this in PR #1019. [how] Just turn the feature on in font-patcher (via patch-em-all's config). Signed-off-by: Fini Jastrow --- src/unpatched-fonts/Iosevka/config.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unpatched-fonts/Iosevka/config.cfg b/src/unpatched-fonts/Iosevka/config.cfg index 53c38882b7..e9481fcd33 100755 --- a/src/unpatched-fonts/Iosevka/config.cfg +++ b/src/unpatched-fonts/Iosevka/config.cfg @@ -1 +1,2 @@ config_has_powerline=1 +config_patch_flags="--makegroups"