Add mime-type for eot fonts

This commit is contained in:
Chris Eppstein 2012-03-11 17:59:49 -07:00
parent d9cbb8e104
commit aa71abb601

View File

@ -39,6 +39,8 @@ private
'image/svg+xml' 'image/svg+xml'
when /\.otf$/i when /\.otf$/i
'font/opentype' 'font/opentype'
when /\.eot$/i
'application/vnd.ms-fontobject'
when /\.ttf$/i when /\.ttf$/i
'font/truetype' 'font/truetype'
when /\.woff$/i when /\.woff$/i