If your Cufón text is not displaying in ie9 beta, you have a three options.
Option 1
Update your cufon-yui.js or cufon.js JavaScript File (Link to JavaScript File “released 9/16/10″) replace the old file with the new, and upload to your server – make sure you back up first.
Option 2
Force IE9 to behave like IE8, by adding the following line to the header of your website, just before </head>.
<meta content="IE=8" http-equiv="X-UA-Compatible" />
Full details and new releases can be found at http://github.com/sorccu/cufon/wiki/faq#faq-8
Option 3
Hat tip: Tigi Varghesi Place the code in your HTML before all the Cufon.replace() calls
<!--[if gte IE 9]> <script type="text/javascript"> Cufon.set('engine', 'canvas'); </script> <![endif]-->
















Hi Declan thank you for support. I’m used cufon this site buttons . But ie9 problem. To last I found this site.. thank you.. Good luck..
Thank you! This works like a charm.
You may also try giving the IE conditional statement mentioned below. It worked for me.
Cufon.set(‘engine’, ‘canvas’);
You may also try giving the IE conditional statement to set the Cufon engine to canvas on IE9.
Cufon.set(‘engine’, ‘canvas’);
Wrapped within the IE conditional statement [if gte IE 9]