I have a multi stepped navigation and I want to apply cufon to only the top level.
So it goes like this:
<ul>
<li>
<a href="#"> CUFON ME </a>
<ul><li>sub nav, dont cufont me</li></ul>
</li>
</ul>
Right now its selecting all the child elements, I just want the top level one to be selected.
Cufon.set('fontFamily', 'Museo Sans 500').replace('h1')('h2')('h3')('.menu-header ul#menu-main-nav li a');