Bug 152427
Summary: | Support WOFF2 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bram Stein <stein> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Enhancement | CC: | jason, mathias, mmaxfield |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Bram Stein
At Adobe Typekit we've seen a significant compression increase by serving web fonts in the WOFF2 format instead of the WOFF format. The increase is on average 28%. This allows us to deliver web fonts faster and reduce network traffic at the same time. It would be great if WebKit could implement support for WOFF2 as well. Chrome, Firefox, and Opera already support WOFF2.
WOFF2 specification: http://www.w3.org/TR/WOFF2/
Reference implementation: https://github.com/google/woff2
Implementing WOFF2 also opens up the door to using Brotli as a standalone general purpose compression algorithm.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jason Pamental
WOFF2 is supported by a number of other browsers; it would be a huge performance benefit (and a big step in supporting better web typography) to have this implemented.
Myles C. Maxfield
*** This bug has been marked as a duplicate of bug 150830 ***