Cufon fix for IE9


/ Published in: JavaScript
Save to your folder(s)

You need to insert this before the call of Cufon.replace


Copy this code and paste it in your HTML
  1. <!--[if gte IE 9]>
  2. <script type="text/javascript">
  3. $(function(){
  4. Cufon.set('engine', 'canvas');
  5. });
  6.  
  7. </script>
  8. <![endif]-->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.