I'm using a webfont which is hosted by fonts.com. It renders normally in Chrome, Firefox, Safari, but not in any version of Internet Explorer. Even IE10 is not rendering it.
The project runs with Plone. The css file is registered normally via Cssregestry. But this shouldn't make any difference to a normal site.
To all who are familiar with Plone, this is the registry:
<stylesheet
bundle="aufhebenswert"
id="http://fast.fonts.com/cssapi/47bc7d51-3bb8-428d-a077-06d3d6f54eae.css"
insert-after="*"
cacheable="False"
compression="none"
cookable="False"
enabled="True"
media="screen"
rel="stylesheet"
rendering="link"/>
to all others, this is was appears in the HTML site:
<link rel="stylesheet" type="text/css" media="screen" href="http://fast.fonts.com/cssapi/47bc7d51-3bb8-428d-a077-06d3d6f54eae.css">
In IE the link is rendered exactly like in chrome or FF , ...
Sadly I couldn't find any solution in other questions that have been asked here before. Also google search haven't been successful.
Is there any known issue or did I do something wrong?
Officially the fonts.com fonts should work in IE 4 and upper versions.