Export build plans for Aile and Etoile
This commit is contained in:
parent
5d6a28d6ee
commit
4e2ee3d44c
2 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,8 @@ iosevka-ss10 = "iosevka-ss10"
|
||||||
iosevka-term-ss10 = "iosevka-term-ss10"
|
iosevka-term-ss10 = "iosevka-term-ss10"
|
||||||
iosevka-ss11 = "iosevka-ss11"
|
iosevka-ss11 = "iosevka-ss11"
|
||||||
iosevka-term-ss11 = "iosevka-term-ss11"
|
iosevka-term-ss11 = "iosevka-term-ss11"
|
||||||
|
experimental-iosevka-aile = "iosevka-aile"
|
||||||
|
experimental-iosevka-etoile = "iosevka-etoile"
|
||||||
|
|
||||||
# TTC collection plans
|
# TTC collection plans
|
||||||
[collectPlans.iosevka]
|
[collectPlans.iosevka]
|
||||||
|
|
|
@ -235,6 +235,7 @@ const BuildTTF = files(`${BUILD}/*/*.ttf`, async (target, path) => {
|
||||||
await run(GC, ["-i", ttfTmp], ["-o", otd]);
|
await run(GC, ["-i", ttfTmp], ["-o", otd]);
|
||||||
await run("otfccbuild", otd, "-o", path.full, "-O3", "--keep-average-char-width", "-q");
|
await run("otfccbuild", otd, "-o", path.full, "-O3", "--keep-average-char-width", "-q");
|
||||||
await rm(otdTmp);
|
await rm(otdTmp);
|
||||||
|
await rm(ttfTmp);
|
||||||
await rm(otd);
|
await rm(otd);
|
||||||
});
|
});
|
||||||
const BuildCM = files(`${BUILD}/*/*.charmap`, async (target, path) => {
|
const BuildCM = files(`${BUILD}/*/*.charmap`, async (target, path) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue