videojs / font

Icon font used for Video.js
https://videojs.github.io/font/
Apache License 2.0
60 stars 79 forks source link

feat: woff only #34

Closed gkatsev closed 6 years ago

gkatsev commented 6 years ago

We're dropping support for old IE and android less than 4.4 by only using the woff file. It makes the icons file go from 10K gzipped to 5.2K gzipped. Also, use node lts/* for building.

BREAKING CHANGE: remove support for IE8, 9, 10, and Android less than 4.4 by removing eot and ttf font files.