IconFont2Code
IconFont2Code copied to clipboard
Can't generate code for Tabler Icons
I get this message when I try to open tabler-icons in .ttf and .woff formats.
To reproduce just download zip from release section of Tabler Icons github and use font files from path tabler-icons-2.32.0.zip\webfont\fonts\tabler-icons.ttf
@kcrg Thanks for reporting this. It looks like there's an issue with one of the core libraries I'm using to parse the font. I will see what I can do.
Small update: It appears the issue is from the font itself. The core library I'm using doesn't like it does not use the OpenType standard setup.
@kcrg a workaround is to convert the font to OTF before processing via IconFont2Code
@nor0x Thanks alot!