Hello guy
here is the codes to replace text by cufon font;
[PHP]
<?php if ($tmpTools->getParam(‘ja_cufon’)) : ?>
<!– Cufont –>
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/cufon/cufon.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/cufon/Hobo_Std_500.font.js”></script>
<script type=”text/javascript”>
Cufon.replace(‘.title-big, .title-small, div.logo-text h1 a span, h2.contentheading, div#ja-menu-title’, { fontFamily: ‘Hobo Std’ });
</script>
<!– // Cufont –>
<?php endif; ?>
[/PHP]
you can see them in the templates/ja_mona/index.php
http://www.blog.redcentaur.com/2009/how-to-use-custom-fonts-with-cufon/