Iosevka icon indicating copy to clipboard operation
Iosevka copied to clipboard

Can't build my custom Iosevka font

Open pacberries opened this issue 2 years ago • 4 comments

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: Captura de tela de 2022-07-15 16-46-03 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

pacberries avatar Jul 15 '22 20:07 pacberries

no-cv-ss = true` Is this backtick at the end intensional?

be5invis avatar Jul 15 '22 22:07 be5invis

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

pacberries avatar Jul 15 '22 23:07 pacberries

What's your Node version? We require >16.0

be5invis avatar Jul 16 '22 02:07 be5invis

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.

github-actions[bot] avatar Sep 15 '22 00:09 github-actions[bot]