Opened 12 years ago
Closed 11 years ago
#292 closed enhancement (fixed)
Add mime application/font-woff for `woff` fonts
Reported by: | Alexander Sandström | Owned by: | Sergey Kandaurov |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.3.x |
Keywords: | mime mime.types | Cc: | |
uname -a: | |||
nginx -V: | nginx/1.2.4 |
Description
Woff has been assigned a mime-type, see links below for details. Would be nice to have this among the nginx default mime types.
It would be the following entry in the mime.types
file:
application/font-woff woff;
Links to authoritative mime resources:
http://www.iana.org/assignments/media-types/application/font-woff
http://www.w3.org/TR/WOFF/#appendix-b
Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Keywords: | mime mime.types added |
---|
comment:3 by , 11 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I vote for this.