Use valid font mime types in the nginx config.

This commit is contained in:
Roland Warmerdam 2012-06-14 23:05:47 +12:00
parent 33a4f98eb0
commit 3ede2df8bc
2 changed files with 4 additions and 4 deletions

View File

@ -88,6 +88,6 @@ types {
# Webfonts
application/vnd.ms-fontobject eot;
application/x-font-ttf ttf ttc;
font/opentype otf;
application/x-font-opentype otf;
application/x-font-woff woff;
}

View File

@ -69,8 +69,8 @@ http {
application/json
application/xml
application/rss+xml
font/truetype
font/opentype
application/x-font-ttf
application/x-font-opentype
application/vnd.ms-fontobject
image/svg+xml;