-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat: convert fonts from TTF to WOFF and WOFF2 #13
Comments
@Prestapro thanks for feedback, accepted. |
I would +1 this and will even take a look once I get some 🕐 |
There is ttf2woff in the code already, why not just skip the svg part if there is already ttf? |
@romanran don't have time now for this PR, your can be champion this 😄 |
Yeah I forked it and did it, but the ttf2woff throws some strange error. |
@romanran your can send PR and we together see that is happens 👍 |
Two years have passed. Do you accept PR's for this? How long will it take to merge? Implementing this functionality will change how webfont-webpack-plugin & webfont interact, since in TTF case it will return multiple file of the same type. |
@sergeymorkovkin yes, PR welcome, just don't have time on this 😞 Anyway feel free to send a PR and when we can add support for webfont-webpack-plugin |
Alright, there you go: webfont-webpack-plugin and webfont. I'd highly appreciate if you could merge and update npmjs asap. All major work is accomplished, kindly read PR description. Thank you. |
One thing I forgot to fix is webfont-webpack-plugin/package.json:53. Apologize for this. |
Thanks for PR, i will see this in near future |
Hello! Is there any chance to get it merged in the near future? Thanks. |
@evilebottnawi Is anything needed to get it published? |
A couple of thoughts on what's remaining:
Anything else? |
@sergeymorkovkin We apologize for the delay in checking your PR #185.
@sergeymorkovkin because of some changes we made to the main branch, there were some conflicts between your PR and our code. Could you help us to verify these issues so that we can integrate? Thank you. |
Hello,
I'm trying to use the plugin to convert not only SVG icons.
My task is to convert fonts from TTF to WOFF and WOFF2
I have not found a way to do this.
Best regards,
Alexandr
The text was updated successfully, but these errors were encountered: