Opened 11 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 Alexander Azarov, 11 years ago

I vote for this.

comment:2 by Maxim Dounin, 11 years ago

Keywords: mime mime.types added

comment:3 by maxim, 11 years ago

Owner: set to Sergey Kandaurov
Status: newassigned

comment:4 by Sergey Kandaurov <pluknet@…>, 11 years ago

In aeabb6ae574d7897d62db73aec2b057e9c03ba32/nginx:

MIME: added application/font-woff MIME type (ticket #292).

comment:5 by Sergey Kandaurov, 11 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.