-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Remove unused ligatures from tabler/icons-webfont #1312
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What's the status guys? |
I was waiting for review from maintainer. I did not noticed this PR has conflict with base now. I'll resolve in few days. |
…gature # Conflicts: # packages/icons-webfont/.build/build-webfont.mjs
Yea, those can be cleaned up by the repo owner or someone with direct write access. The improvement in performance is material. I'm so glad you were able to figure things out. Larry |
I merged upstream branch and no conflicts now |
works good, thank you for help! ❤️ |
To remove ligatures, this PR rewrites webfont generation to use svgicons2svgfont, svg2ttf, ttf2woff, wawoff2 npm packages instead of webfont.
Fixes #476
In addition, this updates packageManager field on package.json (to work my dev env works).
Fixes #1311
This PR removes
icon_name
style ligatures from font. this will reduce size of font files a little. (2.36MB for all,Removing ligatures is possibly tiny breaking changes but as far as I tried, ligatures are not working before (tried with firefox) so I think no one would affected by this tiny breakage.