-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't generate code for Tabler Icons #19
Comments
@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. |
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! |
Is it this error?
I get that error when I try to convert TTF, WOFF and WOFF2 files generated by the For me I could workaround the issue by using FontForge to generate an OTF file. Although it only worked using the FontForget GUI. Using the command line it crashed. |
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
The text was updated successfully, but these errors were encountered: