57 lines
1.4 KiB
Nix
57 lines
1.4 KiB
Nix
{
|
|
noCvSs = true;
|
|
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-q = "crossing";
|
|
capital-r = "curly-serifless";
|
|
e = "rounded";
|
|
f = "tailed";
|
|
g = "double-storey-open";
|
|
i = "tailed-serifed";
|
|
j = "serifed";
|
|
k = "cursive-serifless";
|
|
l = "tailed-serifed";
|
|
q = "diagonal-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";
|
|
zero = "tall-slashed";
|
|
one = "no-base";
|
|
two = "straight-neck";
|
|
three = "flat-top";
|
|
four = "semi-open";
|
|
five = "oblique-arched";
|
|
six = "open-contour";
|
|
seven = "bend-serifless-crossbar";
|
|
eight = "two-circles";
|
|
nine = "open-contour";
|
|
ampersand = "closed";
|
|
at = "fourfold";
|
|
percent = "dots";
|
|
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";
|
|
};
|
|
}
|