-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort WOFF2 before WOFF by default, recommend WOFF2
Apparently browsers process the list of fonts in-order and stop at the first supported option. For this reason, it does not make sense to put WOFF2 after WOFF when generating both, as reported in #21. Instead, change the order of the 'all' default format to start with WOFF2 and WOFF, sort the older formats towards the end and change the recommendation to use WOFF2 and WOFF. Closes: #21
- Loading branch information
1 parent
352849b
commit b084434
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters