-
-
Notifications
You must be signed in to change notification settings - Fork 540
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
lucide.eot file missing in lucide-static #1367
Comments
@schmidt-oliver Thanks for pointing this out! |
I found out that you are using fontcustom based on ruby and python to create the font files. There is an interesting node package called svgtofont. Eventually it is a great alternative. I will take a look and try it out. |
Thanks for pointing out. Currenty I'm nog really happy with fontcustom. It's also not very well maintained. We currently have some open issues with the font. We really need stable hex values for the icons. We currently have some open issues about it: #514, #926 and #538. So a custom icon-codepoints map for the font bundler is a must. |
Thank you and good to know. I will take this into account in my tests. |
Hey, I checked out the library I will check out fantasticicon next. |
The problem exists in |
@schmidt-oliver Thanks for digging into this. I think this is not really a problem. Ok, will try to explain why. |
@ericfennis I noticed that we missed to adjust the Github workflow for new releases. Can you please adapt it like the one for lucide-static? Thank you. |
You're right, I thought we did this already. Yess I will. |
Prerequisites
Step to reproduce
npm install lucide-static
node_modules/lucide-static/font/.
lucide.eot
is missing.@import "~lucide-static/font/Lucide.css";
Actual behavior
npm install lucide-static
node_modules/lucide-static/font/.
lucide.eot
@import "~lucide-static/font/Lucide.css";
Any message or error
@parcel/resolver-default: Cannot load file '../node_modules/lucide-static/font/lucide.eot' in './src'.
Resources
Comment
Hello together, other packages like those from @fontsource only serve woff2 and woff files in their css, isn't that enough? Or is it possible to provide a css file with only the icon classes and their unicode content, so that you can add the rest yourself? Thank you.
The text was updated successfully, but these errors were encountered: