Anas22 / googlefontdirectory

Automatically exported from code.google.com/p/googlefontdirectory
0 stars 0 forks source link

Playball font issue on IE11 #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.http://www.a-et-a.com on Chrome or Firefox or IE9
2.http://www.a-et-a.com on IE11 under Windows 8.1

What is the expected output? What do you see instead?
Playball font must be shown on several textes (Ma Fashion Mercerie Magasin 
Général) but an other font is shown under, exclusively, IE11

What version of the product are you using? On what operating system?
Windows 8.1

Please provide any additional information below.
See 2 screeshots attached

Original issue reported on code.google.com by yannick....@gmail.com on 30 Jan 2014 at 6:35

Attachments:

GoogleCodeExporter commented 9 years ago
It seems that the meta directive between <head> and </head>
<meta http-equiv="X-UA-Compatible" content="IE=8" />
has some responsability in this bug. If you clear it the issue disapears.
But this directive is mandatory for this website because of javascript 
dysfonctionnings for IE > 8 (and only IE).

How to avoid such a behaviour on IE11 ?

Original comment by yannick....@gmail.com on 31 Jan 2014 at 2:04