Skip to content

Commit

Permalink
feat(iosevka-custom): streamline
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed May 24, 2024
1 parent 2d8f87c commit d4212e2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,28 @@
spacing = "normal"
serifs = "sans"
exportGlyphNames = true
[buildPlans.Iosevkacustom.weights.Regular]
shape = 400
menu = 400
css = 400
[buildPlans.Iosevkacustom.weights.Bold]
shape = 700
menu = 700
css = 700
[buildPlans.Iosevkacustom.slopes.Upright]
angle = 0
shape = "upright"
menu = "upright"
css = "normal"
[buildPlans.Iosevkacustom.slopes.Italic]
angle = 9.4
shape = "italic"
menu = "italic"
css = "italic"
[buildPlans.Iosevkacustom.ligations]
inherits = "dlig"
[buildPlans.Iosevkacustom.variants.design]
lower-lambda = "curly-tailed-turn"
'';
set = "custom";
};
Expand Down
20 changes: 20 additions & 0 deletions src/flake.nw
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,28 @@ iosevka-custom = final: prev: {
spacing = "normal"
serifs = "sans"
exportGlyphNames = true
[buildPlans.Iosevkacustom.weights.Regular]
shape = 400
menu = 400
css = 400
[buildPlans.Iosevkacustom.weights.Bold]
shape = 700
menu = 700
css = 700
[buildPlans.Iosevkacustom.slopes.Upright]
angle = 0
shape = "upright"
menu = "upright"
css = "normal"
[buildPlans.Iosevkacustom.slopes.Italic]
angle = 9.4
shape = "italic"
menu = "italic"
css = "italic"
[buildPlans.Iosevkacustom.ligations]
inherits = "dlig"
[buildPlans.Iosevkacustom.variants.design]
lower-lambda = "curly-tailed-turn"
'';
set = "custom";
};
Expand Down

0 comments on commit d4212e2

Please sign in to comment.