Opened 5 years ago

Closed 5 years ago

#1685 closed defect (duplicate)

Update fonts mime types refer to IANA

Reported by: bes.internal@… Owned by:
Priority: minor Milestone:
Component: other Version: 1.15.x
Keywords: Cc:
uname -a:
nginx -V: 1.15.7

Description

Please update nginx/conf/mime.types refer to IANA. All fonts move to font/*:

otf font/otf [RFC8081] add for .otf
sfnt font/sfnt [RFC8081] ?
ttf font/ttf [RFC8081] add for .ttf
woff font/woff [RFC8081] added
woff2 font/woff2 [RFC8081] added

https://tools.ietf.org/html/rfc8081
https://www.iana.org/assignments/media-types/media-types.xhtml#font

regarding release-1.15.7

Change History (1)

comment:1 by Maxim Dounin, 5 years ago

Resolution: duplicate
Status: newclosed

The only fonts in nginx's conf/mime.types are font/woff and font/woff2, and these are already in the font/ type since nginx 1.15.1, see ticket #1243.

Note: See TracTickets for help on using tickets.