Iosevka
Iosevka copied to clipboard
Can't build my custom Iosevka font
I can't build my custom build of Iosevka, because everytime I try do so (by typing npm run -- build ttf:pacvka
, it throws up this error:
My private-build-plans.toml:
[buildPlans.pacvka]
family = "Pacvka"
spacing = "normal"
serifs = "sans"
no-cv-ss = true`
[buildPlans.pacvka.variants.design]
capital-g = "toothless-corner-serifless-hooked"
capital-i = "short-serifed"
capital-q = "crossing-curly-tailed"
a = "single-storey-earless-corner-serifless"
b = "toothless-corner"
d = "toothless-corner-serifless"
e = "flat-crossbar"
f = "flat-hook"
g = "double-storey-open"
i = "tailed"
j = "serifless"
l = "tailed-serifed"
t = "flat-hook"
zero = "dotted"
two = "straight-neck"
four = "open-non-crossing"
eight = "two-circles"
asterisk = "penta-high"
paren = "large-contour"
ampersand = "upper-open"
at = "fourfold"
percent = "rings-continuous-slash"
bar = "force-upright"
ascii-grave = "raised-inverse-comma"
question = "smooth"
[buildPlans.pacvka.ligations]
inherits = "dlig"
[buildPlans.pacvka.weights.light]
shape = 300
menu = 300
css = 300
[buildPlans.pacvka.weights.regular]
shape = 400
menu = 400
css = 400
[buildPlans.pacvka.weights.medium]
shape = 500
menu = 500
css = 500
[buildPlans.pacvka.weights.bold]
shape = 700
menu = 700
css = 700
[buildPlans.pacvka.weights.heavy]
shape = 900
menu = 900
css = 900
no-cv-ss = true`
Is this backtick at the end intensional?
no-cv-ss = true`
Is this backtick at the end intensional?
No, must have been the GitHub formatting I did and it isn't there on the original file
What's your Node version? We require >16.0
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.