But still cant understand clearly how it works :)
My issue:
I want main navigation links and widgetheading h2 to be replaced with my custom cufon font "Myfont".
"Myfont" is downloaded and targeted: custom:.widgetheading h2,custom:.navitem
Only Navication is selected at fonts panel (if I select h2 it will replace all other h2 with cufon font but I don`t want that). Also cufonised widget headings are enabled at general settings.
Seems to work actually. I dont use dropdown menu right now. But... in page source I see:
<script src="/wp-content/themes/bigfeature/library/js/cufon/Vegur_400-Vegur_700.font.js" type="text/javascript"></script><script src="/wp-content/uploads/2009/11/Myfont.js" type="text/javascript"></script>
<script type="text/javascript"> Cufon.replace('ul.navigation li a', { fontFamily: 'Vegur' }); Cufon.replace('.widgetheading h2', { fontFamily: 'Myfont' });
Cufon.replace('.navitem', { fontFamily: 'Myfontn' });
</script>
It means that by some reason site is still loading Vegur as well. Does this mean that for dropdown there will be still implemented Vegur?
- How do I get ride of loading Vegur?
- What should I correct in my settings to have main navigation with dropdowns plus widgetheadings to use "Myfont" properly?
Thanks