fonts/iosevka: Adjust style to match Nerd fonts 2.1

nazuna
Simon Bruder 2022-12-21 14:18:01 +01:00
parent f609567117
commit 0332206244
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,7 @@ let
iosevka-sbruder = pkgs.iosevka.override {
privateBuildPlan = {
family = "Iosevka sbruder";
spacing = "normal";
spacing = "term";
serifs = "sans";
no-cv-ss = false;
export-glyph-names = true;
@ -15,9 +15,10 @@ let
capital-g = "toothless-rounded-serifless-hooked";
four = "closed";
six = "closed-contour";
eight = "two-circles";
nine = "closed-contour";
number-sign = "upright-tall";
at = "short";
cent = "open";
percent = "dots";
lig-ltgteq = "slanted";
};
@ -50,6 +51,15 @@ let
css = "italic";
};
};
widths = {
# ensures that extended wont get built
normal = {
shape = 500;
menu = 5;
css = "normal";
};
};
};
set = "sbruder";