Add mime-type for eot fonts
This commit is contained in:
parent
d9cbb8e104
commit
aa71abb601
@ -39,6 +39,8 @@ private
|
||||
'image/svg+xml'
|
||||
when /\.otf$/i
|
||||
'font/opentype'
|
||||
when /\.eot$/i
|
||||
'application/vnd.ms-fontobject'
|
||||
when /\.ttf$/i
|
||||
'font/truetype'
|
||||
when /\.woff$/i
|
||||
|
Loading…
Reference in New Issue
Block a user