fontello / fontello

Iconic fonts scissors
http://fontello.com
MIT License
7k stars 774 forks source link

Add woff2 format to file downloads #388

Closed kblagojevic closed 8 years ago

kblagojevic commented 9 years ago

This would be a great feature enhancement!

dandv commented 9 years ago

:+1: ! Woff2 is even smaller than woff!

puzrin commented 9 years ago

I can leave this ticket open for volunteers, but have no plan to do it myself.

This feature requires to implement ttf2woff2 convertor, which needs brotli implementation in JS. I know about autotranslated project brotly.js but it has very big size.

So, if anyone wish to help - do brotly port. Use pako project structure and wrappers, that api was well tested with JS.

collinbarrett commented 8 years ago

It would be great if there was a way, even manually after the fact, to get a fontello woff2 file. I just tried using the fontello ttf to get a woff2 via the font squirrel generator, but my social media icons came out as some Asian character set. I'd love to help implement this, but I unfortunately have very little knowledge of how to work with fonts.