Hi,
Fonts called in template are a swf file. By default there is rockwell.swf and avantgarde.swf in template package.
To change the font, take index.php file of template and go to line 227. Here there is a font declaration, just name of file 'myfont.swf', change this string to another.
For example :
var font = "<?php echo 'templates/' . $mainframe->getTemplate() . '/arial.swf'; ?>";
If you want to make a font selector in template, you must add some conditions to called file.
