Use correct mime types for woff and woff2.

Closes #3228.
This commit is contained in:
John MacFarlane 2016-11-12 23:22:34 +01:00
parent b6a916974e
commit 3de6b97b9f

View file

@ -498,8 +498,8 @@ mimeTypesList = -- List borrowed from happstack-server.
,("wmv","video/x-ms-wmv")
,("wmx","video/x-ms-wmx")
,("wmz","application/x-ms-wmz")
,("woff","application/x-font-woff")
,("woff2","application/x-font-woff2")
,("woff","application/font-woff")
,("woff2","font/woff2")
,("wp5","application/wordperfect5.1")
,("wpd","application/wordperfect")
,("wrl","model/vrml")