With the wide support of woff2 in modern browsers, there is no need to continue using woff. While I was at it, I went ahead and removed eot and otf support as well. woff2 alone is sufficient for most projects but depending on your site user base, you may want to add back in woff support (especially if Internet Explorer is still in use, despite it's support end-of-life by Microsoft).
How Has This Been Tested?
Local dev env
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Related to Issue
Fixes #359
Description
With the wide support of
woff2
in modern browsers, there is no need to continue usingwoff
. While I was at it, I went ahead and removedeot
andotf
support as well.woff2
alone is sufficient for most projects but depending on your site user base, you may want to add back inwoff
support (especially if Internet Explorer is still in use, despite it's support end-of-life by Microsoft).How Has This Been Tested?
Local dev env
Screenshots (if appropriate):
Types of changes
Checklist: