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
.woffand.woff2font files arefont/woffandfont/woff2respectively.It is important to note that even as
application/font-woffmay 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.