svgtofont
svgtofont copied to clipboard
Heroicons SVGs with stroke lines...
Excellent tool!!!... I've created my first font from a bunch of SVGs on the first try!!!
But I have a problem with Heroicons.
The resulting fonts ( at least the .ttf versions ) were not converted correctly because most of the designs contain stroke lines instead of outlines.
Is there a way to auto-convert them to outlines before creating the font file ???
Thanks!!
@macCesar I handled it through Sketch
.
Sketch the drawing app ???
I was hopping something automated...
My CLI tool depends on various packages including heroicons ( npm i heroicons ).
So I don't want to edit the SVG files everytime it gets updated! 😬
I'm going to test this package:
https://www.npmjs.com/package/svg-outline-stroke
@macCesar Welcome to submit PR. thx!
Sure thing!! 👍
I'm going to test this package:
https://www.npmjs.com/package/svg-outline-stroke
That package didn't work for me. After some days of work i found a solution based on https://docs.oslllo.com/svg-fixer/master/#/ . No changes need in svgtofont
.
@schmidt-oliver thx!
https://github.com/oslllo/svg-fixer
I think it can be closed as well.
- https://github.com/jaywcjlove/svgtofont/issues/195#issuecomment-1609418046