Commit ea0502db authored by vsevik@chromium.org's avatar vsevik@chromium.org

Add the WOFF 2.0 MIME type

Patch by Mathias Bynens <mathiasb@opera.com>;.

BUG=391289
TBR=eustas

Review URL: https://codereview.chromium.org/404053003

git-svn-id: svn://svn.chromium.org/blink/trunk@178545 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4eb6a7b6
...@@ -81,6 +81,7 @@ WebInspector.NetworkManager._MIMETypes = { ...@@ -81,6 +81,7 @@ WebInspector.NetworkManager._MIMETypes = {
"font/opentype": {"font": true}, "font/opentype": {"font": true},
"application/octet-stream": {"font": true, "image": true}, "application/octet-stream": {"font": true, "image": true},
"application/font-woff": {"font": true}, "application/font-woff": {"font": true},
"application/font-woff2": {"font": true},
"application/x-font-woff": {"font": true}, "application/x-font-woff": {"font": true},
"application/x-font-type1": {"font": true}, "application/x-font-type1": {"font": true},
"application/x-font-ttf": {"font": true}, "application/x-font-ttf": {"font": true},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment