Now ellipsises for Iosevka CC is full-width, as well as circled letters and numbers.
This commit is contained in:
parent
dd0eae9ecf
commit
5a8a724b1a
7 changed files with 42 additions and 27 deletions
|
@ -8,5 +8,6 @@ font = fontforge.open(source)
|
|||
font.em = int(sys.argv[3])
|
||||
font.selection.all()
|
||||
font.round()
|
||||
font.removeOverlap()
|
||||
font.simplify(0.1)
|
||||
font.generate(sys.argv[2], flags = ("short-post", "opentype"))
|
Loading…
Add table
Add a link
Reference in a new issue