Hi,
I tried to change font type to cufon, but when I did it my frontpage results unavailable (blank page). Is this a bug?
Thanks
<?php $document->addScript($this->templateurl() . '/js/cufon.js'); ?>
<?php
$document =& JFactory::getDocument();
$document->addScript($this->templateurl() . '/js/cufon.js');
?>