Cufon only working on first page
Permalink
Hi
I am trying to implement Cufon into a site i'm designing, it works fine on the index page but on the other pages the font doesn't get converted (stays in Ariel)
Here is what I have in the header.php
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/museo.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1', {textShadow: '1px 1px #000',});
Cufon.replace('h2, h3');
Cufon.replace('#nav li a', {hover: true});
</script>
Any ideas what may be causing this?
Thanks
Karl
I am trying to implement Cufon into a site i'm designing, it works fine on the index page but on the other pages the font doesn't get converted (stays in Ariel)
Here is what I have in the header.php
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/museo.font.js"></script>
<script type="text/javascript">
Cufon.replace('h1', {textShadow: '1px 1px #000',});
Cufon.replace('h2, h3');
Cufon.replace('#nav li a', {hover: true});
</script>
Any ideas what may be causing this?
Thanks
Karl