본문 바로가기

카테고리 없음

[ror + woff] Resource interpreted as Font but transferred with MIME type application/octet-streaㅡ

Resource interpreted as Font but transferred with MIME type application/octet-stream

에러 뜰때

해결법

config/initializers/mime_types.rb


 
Mime::Type.register “font/opentype”, :font 

넣어준다.

 
http://mikehoitomt.wordpress.com/2012/02/24/use-custom-fonts-in-ruby-on-rails-3-1-with-the-asset-pipeline/