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