Merge pull request #755 from aaronchi/patch-1

Correct Mime type for woff font files
This commit is contained in:
Chris Eppstein 2012-03-11 17:57:14 -07:00
commit 22968d7f48

View File

@ -42,7 +42,7 @@ private
when /\.ttf$/i when /\.ttf$/i
'font/truetype' 'font/truetype'
when /\.woff$/i when /\.woff$/i
'font/woff' 'application/x-font-woff'
when /\.off$/i when /\.off$/i
'font/openfont' 'font/openfont'
when /\.([a-zA-Z]+)$/ when /\.([a-zA-Z]+)$/