Merge pull request #755 from aaronchi/patch-1
Correct Mime type for woff font files
This commit is contained in:
commit
22968d7f48
@ -42,7 +42,7 @@ private
|
||||
when /\.ttf$/i
|
||||
'font/truetype'
|
||||
when /\.woff$/i
|
||||
'font/woff'
|
||||
'application/x-font-woff'
|
||||
when /\.off$/i
|
||||
'font/openfont'
|
||||
when /\.([a-zA-Z]+)$/
|
||||
|
Loading…
Reference in New Issue
Block a user