Cufon Fonts

Create music content based Joomla website with this professional and cutting edge template created for Joomla 1.5
GK User
Fri Jan 29, 2010 10:48 am
g
User avatar
Fresh Boarder

teitbite
Fri Jan 29, 2010 3:47 pm
Hi

I need to see the site to answer that :)
User avatar
Moderator

GK User
Sat Jan 30, 2010 12:27 am
everything connected with cufon fonts is placed in head.php file (layouts/blocks directory) - you have to add additional rules with selectors. Don't forget to add the same selectors as for cufon in dynamic generated CSS styles with fonts used when cufon is disabled (in the same file) ;)
User avatar
Administrator

GK User
Sat Jan 30, 2010 12:50 am
Ahh so this bit determines where cufon fonts are being used?

Cufon.replace('legend', { fontFamily: '<?php echo $this->template->params->get('cufon_font1name',''); ?>',hover:true });
Cufon.replace('div.moduletable h3', { fontFamily: '<?php echo $this->template->params->get('cufon_font1name',''); ?>',hover:true });

etcetcetc.

Hope i understand the second part of your response, but its weekend so i have a bit of time to work that out:)

tx dziudek!
User avatar
Fresh Boarder


cron