Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
728 stars 72 forks source link

Fix woff2 support #115

Closed Pomax closed 3 years ago

Pomax commented 3 years ago

Node has had brotli decompression built in since v10.16, which is the current oldest still-in-support LTS, but which will be discontinued one week as of creating this issue. As such, this code path should be universally supported already.