Introduced libspiro-js into Iosevka.
This commit is contained in:
parent
0ffc4f58cf
commit
14acdd1f1e
7 changed files with 284 additions and 107 deletions
|
@ -7,7 +7,8 @@ font = fontforge.open(source)
|
|||
font.selection.all()
|
||||
font.removeOverlap()
|
||||
font.em = 1000
|
||||
font.simplify(1)
|
||||
font.addExtrema()
|
||||
font.simplify(0.1)
|
||||
font.canonicalContours()
|
||||
font.canonicalStart()
|
||||
font.generate(sys.argv[2], flags = ("short-post", "opentype"))
|
Loading…
Add table
Add a link
Reference in a new issue