I got this when I tried to use certain font in Meteor:
Resource interpreted as Font but transferred with MIME type font/x-woff:
I've tried meteor add mime
or npm install mime
command, none worked.
Anybody know about this?
I got this when I tried to use certain font in Meteor:
Resource interpreted as Font but transferred with MIME type font/x-woff:
I've tried meteor add mime
or npm install mime
command, none worked.
Anybody know about this?
http://meteorhacks.com/complete-npm-integration-for-meteor.html
if you are trying to use a font. put it into public/ directory not anywhere else.