I am getting Resource interpreted as Font but transferred with MIME type font-woff
warning in Chrome when I run my application. I understand that this is a common error & there are lots of post around the same issue.
I am using NodeJS and ExpressJS to run my web application and most of the solutions provided works for IIS or ASP.NET.
I looked at following links
The warning comes only in chrome broswer.
Resource interpreted as Font but transferred with MIME type font-woff: "data:font-woff;base64,d09GRgABAAAAADV4ABMAAAAAVVAAAQAAAAAAAAAAAAAAAAAAAAAAA…0RofyBQ0TTUkwj7OhEtUMmyHSjGSOTuWY2rI32PdNJPiQZL3TSQq4+STRSagAAAAFVQS0vAAA=". jquery.js:1083
(anonymous function) jquery.js:1083
assert jquery.js:895
Sizzle.setDocument jquery.js:1082
(anonymous function) jquery.js:2556
(anonymous function) jquery.js:2611
(anonymous function) jquery.js:34
(anonymous function)
Please help.