Update Iosevka patches
This commit is contained in:
parent
6a83da0cc4
commit
7c53de5379
|
@ -7,19 +7,19 @@
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
export HOME=$TMPDIR
|
export HOME=$TMPDIR
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
npm run build --no-update-notifier -- --jCmd=$NIX_BUILD_CORES --verbose=9 ttf::$pname 2>/dev/null
|
npm run build --no-update-notifier --targets ttf::$pname -- --jCmd=$NIX_BUILD_CORES --verbose=9 2>/dev/null
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
})).override {
|
})).override {
|
||||||
privateBuildPlan = ''
|
privateBuildPlan = ''
|
||||||
[buildPlans.iosevka-gothic]
|
[buildPlans.IosevkaGothic]
|
||||||
family = "Iosevka Gothic"
|
family = "Iosevka Gothic"
|
||||||
spacing = "normal"
|
spacing = "normal"
|
||||||
serifs = "slab"
|
serifs = "slab"
|
||||||
no-cv-ss = true
|
noCvSs = true
|
||||||
export-glyph-names = true
|
exportGlyphNames = true
|
||||||
|
|
||||||
[buildPlans.iosevka-gothic.variants.design]
|
[buildPlans.IosevkaGothic.variants.design]
|
||||||
capital-a = "straight-base-serifed"
|
capital-a = "straight-base-serifed"
|
||||||
capital-b = "standard-bilateral-serifed"
|
capital-b = "standard-bilateral-serifed"
|
||||||
capital-h = "serifed"
|
capital-h = "serifed"
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
eszet = "sulzbacher-descending-serifless"
|
eszet = "sulzbacher-descending-serifless"
|
||||||
lower-mu = "tailed-serifed"
|
lower-mu = "tailed-serifed"
|
||||||
lower-xi = "flat-top"
|
lower-xi = "flat-top"
|
||||||
three = "flat-top"
|
three = "flat-top-serifless"
|
||||||
six = "straight-bar"
|
six = "straight-bar"
|
||||||
asterisk = "turn-penta-high"
|
asterisk = "turn-penta-high"
|
||||||
pilcrow = "high"
|
pilcrow = "high"
|
||||||
|
@ -47,13 +47,13 @@
|
||||||
ascii-single-quote = "raised-comma"
|
ascii-single-quote = "raised-comma"
|
||||||
ascii-grave = "straight"
|
ascii-grave = "straight"
|
||||||
|
|
||||||
[buildPlans.iosevka-gothic.variants.italic]
|
[buildPlans.IosevkaGothic.variants.italic]
|
||||||
capital-z = "cursive-with-horizontal-crossbar"
|
capital-z = "cursive-with-horizontal-crossbar"
|
||||||
|
|
||||||
[buildPlans.iosevka-gothic.ligations]
|
[buildPlans.IosevkaGothic.ligations]
|
||||||
inherits = "haskell"
|
inherits = "haskell"
|
||||||
'';
|
'';
|
||||||
set = "gothic";
|
set = "Gothic";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue