Use the corrent mime type for woff font files:
http://stackoverflow.com/questions/3594823/mime-type-for-woff-fonts
This commit is contained in:
parent
3fded65735
commit
55d4d36240
@ -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]+)$/
|
||||||
|
Loading…
Reference in New Issue
Block a user