Seitk / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

including ie7-js breaks font-face (at least on IE6) #322

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.<!--[if lt IE 9]>
    <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->

2.@font-face {
    font-family: 'Segoeuil';
    src: url('../fonts/segoeuil.eot');
    src: url('../fonts/segoeuil.eot?iefix') format('eot'),
         url('../fonts/segoeuil.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

3. Use that font-face on a page and open it on IE6

What is the expected output? What do you see instead?
A different font. I see the default font.

What version of the product are you using? On what operating system?
IE6 on Windows XP.

Please provide any additional information below.
At first the font is applied, but then it is "corrected" to the default font

Original issue reported on code.google.com by martingo...@gmail.com on 24 Apr 2011 at 11:25

GoogleCodeExporter commented 9 years ago
Yes, same issue with google fonts on IE6/Windows 7

Original comment by hjbollin...@gmail.com on 4 May 2011 at 6:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This maybe is a duplicate of bug #229[1].
This bug occurs if using @font-face and ie[7-9].js and on IE7 or below.
It was successfully fixed for IE8 (see the other bug linked below).

[1] http://code.google.com/p/ie7-js/issues/detail?id=229

Original comment by i...@thomas-heuer.eu on 23 Dec 2011 at 2:51