Open tijmenvangulik opened 1 year ago
Same issues here, I guess not many people compile the font by themselves?
I think fonts are still very use full, maybe not many people know that you can generate your own font with a selection of the icons. I hope my pull request gets integrated soon, it is a simple fix which should not break anything.
Tijmen
On 7 Dec 2023, at 15:20, Jeffrey Gelens @.***> wrote:
Same issues here, I guess not many people compile the font by themselves?
— Reply to this email directly, view it on GitHub https://github.com/tabler/tabler-icons/issues/897#issuecomment-1845425819, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVG7NR3TQTRKDSUEKQCVM3YIHGBFAVCNFSM6AAAAAA65N3W3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBVGQZDKOBRHE. You are receiving this because you authored the thread.
Thank you for the great icon set.
I have tried to compile the webfonts using compile-options.json (this worked in an earlier edition) But at some point this feature was broken. I have repaired it and updated the documentation because the compilation is a bit different than before and the compile-options explanation was not updated.
There was a compilation problem. the sass and webfont packages where missing from the main package.json. Since these are not in my path I had to fix it by adding the packages.
I have made the following pull request to fix these issues:
https://github.com/tabler/tabler-icons/pull/883
Tijmen