Add mime-type for eot fonts
This commit is contained in:
parent
d9cbb8e104
commit
aa71abb601
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user