Opened 6 years ago
Closed 6 years ago
#1685 closed defect (duplicate)
Update fonts mime types refer to IANA
Reported by: | 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
Note:
See TracTickets
for help on using tickets.
The only fonts in nginx's
conf/mime.types
arefont/woff
andfont/woff2
, and these are already in thefont/
type since nginx 1.15.1, see ticket #1243.