sorccu / cufon

Fast text replacement with canvas and VML - no Flash or images required.
http://cufon.shoqolate.com
MIT License
2.09k stars 237 forks source link

Fonts not replacing on IE9 #254

Closed pcassidy closed 12 years ago

pcassidy commented 12 years ago

Using Cufon fonts for the first time. Fonts are replacing fine on Firefox, but not in IE9 - I just get the original Arial font.

Code is:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<link href="960.css" rel="stylesheet" type="text/css" />
<link href="reset.css" rel="stylesheet" type="text/css" />
<link href="typography.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery-1.8.1.js"></script>
<script type="text/javascript" src="cufon-yui.js"></script>
<script type="text/javascript"  src="chunkfive.font.js"></script>
<script type="text/javascript">Cufon.replace('#masthead-inner-heading, h1, h2, h3, h4, h5, h6');</script>
</head>

I'm using the latest cufon download (1.09i) and IE version is 9.0.8112.16421

Any ideas?

pcassidy commented 12 years ago

It was a security issue in IE9 - I had not accepted the activeX control.