Evie Litherland-Smith
32b1029756
Update flake inputs for newer version of Iosevka Fix lower-chi in build plan: semi-chancery-straight -> semi-chancery-straight-serifless Rename default.nix -> derivation.nix Add Iosevka Etoile back again, simply slab variant of Aile Move names to separate files so they can be reused in both font definition and names output of flake
74 lines
2 KiB
Nix
74 lines
2 KiB
Nix
{
|
|
noCvSs = false;
|
|
exportGlyphNames = false;
|
|
ligations.inherits = "dlig";
|
|
weights = {
|
|
Regular = {
|
|
shape = 400;
|
|
menu = 400;
|
|
css = 400;
|
|
};
|
|
Bold = {
|
|
shape = 700;
|
|
menu = 700;
|
|
css = 700;
|
|
};
|
|
};
|
|
variants.design = {
|
|
capital-g = "toothless-corner-serifless-hooked";
|
|
capital-j = "serifed-both-sides";
|
|
capital-k = "curly-serifless";
|
|
capital-p = "closed-motion-serifed";
|
|
capital-q = "crossing";
|
|
capital-r = "curly-serifless";
|
|
capital-u = "tailed-serifless";
|
|
capital-z = "straight-serifless-with-horizontal-crossbar";
|
|
a = "double-storey-tailed";
|
|
d = "tailed-serifless";
|
|
e = "rounded";
|
|
f = "tailed-crossbar-at-x-height";
|
|
g = "double-storey-open";
|
|
h = "tailed-serifless";
|
|
i = "tailed-serifed";
|
|
j = "serifed";
|
|
k = "cursive-serifless";
|
|
l = "tailed-serifed";
|
|
m = "tailed-serifless";
|
|
n = "tailed-serifless";
|
|
q = "diagonal-tailed-serifless";
|
|
u = "tailed-serifless";
|
|
y = "cursive-serifless";
|
|
z = "straight-serifless-with-horizontal-crossbar";
|
|
lower-delta = "flat-top";
|
|
lower-lambda = "tailed-turn";
|
|
lower-xi = "flat-top";
|
|
lower-chi = "semi-chancery-straight-serifless";
|
|
zero = "tall-slashed";
|
|
one = "no-base";
|
|
two = "straight-neck-serifless";
|
|
three = "flat-top-serifless";
|
|
four = "semi-open-serifless";
|
|
five = "oblique-arched-serifless";
|
|
six = "open-contour";
|
|
seven = "bend-serifless-crossbar";
|
|
eight = "two-circles";
|
|
nine = "open-contour";
|
|
asterisk = "hex-low";
|
|
underscore = "high";
|
|
caret = "high";
|
|
paren = "normal";
|
|
brace = "straight";
|
|
number-sign = "slanted";
|
|
ampersand = "closed";
|
|
at = "fourfold";
|
|
percent = "dots";
|
|
question = "corner";
|
|
lig-ltgteq = "flat";
|
|
lig-neq = "more-slanted";
|
|
lig-equal-chain = "without-notch";
|
|
lig-hyphen-chain = "without-notch";
|
|
lig-double-arrow-bar = "without-notch";
|
|
lig-single-arrow-bar = "without-notch";
|
|
};
|
|
}
|