I see support for woff2 in the Chromium source code but I don't see the mimetype registered with the IANA.
http://www.iana.org/assignments/media-types/media-types.xhtml
Think about the correct mime type for WOFF 2.0 files (Google uses font/woff2. W3C recommends application/font-woff2)
https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a
Am I missing something obvious or did this just not happen and people are implementing it?
The correct MIME type for
.woff
and.woff2
font files arefont/woff
andfont/woff2
respectively.It is important to note that even as
application/font-woff
may still have support, it has been deprecated in favour offont/woff
.References: IANA on application media type, IANA on font media type, and IETF RFC 8081.