Dear nextideas!
The font is using for the jaslideshow 2 module,it ‘s the cufon, with our demo, it’s only demo with english language.
Please open the file: templatesja_halitelayoutsblockshead.php
Here is source code to render cusfont
[PHP]
<script language=”javascript” type=”text/javascript” src=”<?php echo $this->templateurl(); ?>/libs/cufon/fonts/Bebas_400.font.js”></script>
<script type=”text/javascript”>
Cufon.replace(
‘.ja-slide-desc .title, h1.componentheading, .blog .componentheading, .blog .contentheading, div.moduletable h3, div.moduletable_default h3, div.moduletable_menu h3, div.moduletable_text h3, div.moduletable_hilite h3’,
{ fontFamily: ‘Bebas’ }
);
[/PHP]
The demo is using Bebas font of the cufon which could not display special chacracters same as yours. you ‘ll choose other font to replace it