I'm using the free web fonts service via webfonts.fonts.com which are being served by their server and i'm getting the following warning in my Chrome/Safari browser console: "Resource interpreted as Font but transferred with MIME type application/octet-stream."
This is the JS link fonts.com specify to place in the header:
<script type="text/javascript" src="http://fast.fonts.com/jsapi/f3d92ff3-2575-4cb8-a4b8-9b4c5d0376fb.js"></script>
This is the CSS i'm using:
h1 { margin-bottom: 10px;font: 35px/35px 'Helvetica W01 Blk', Arial, Helvetica, sans-serif; font-weight: bold; color: #00AEEF; }
I don't know what the warning means and wondered since it's only a warning and not an error, whether it's that critical. I've tested the site on various browsers, Mac and PC and on the face of it everything worked and looked as it should.
Can anyone shed any light as to whether i'm doing something wrong or even if this is an issue or not? Gladly post any more information in necessary.
Thanks in advance.