Sorry for late reply.
Remove this from index.php:
[code:1]<div id =\"font\">
<a href=\"javascript
:void(0)\" title=\"Smaller font size\" onclick=\"changeFontSize(-1);return false;\"><img src=\"
http://demo.youjoomla.com/mint/templ...all.gif\" alt=\"\" border=\"0\" /></a><a href=\"javascript
:void(0)\" title=\"Medium font size\" onclick=\"revertStyles(); return false;\"><img src=\"
http://demo.youjoomla.com/mint/templ...ium.gif\" alt=\"\" border=\"0\" /></a><a href=\"javascript
:void(0)\" title=\"Larger font size\" onclick=\"changeFontSize(1);return false;\"><img src=\"
http://demo.youjoomla.com/mint/templ...rge.gif\" alt=\"\" border=\"0\" /></a>
</div> <!-- end fonts div-->[/code:1]
To change font look for this line in css/template_css.css:
[code:1]body {
margin:0 auto;
text-align:center;
padding: 0px;
font: 76%/1.5 Arial, Helvetica, Sans Serif;
color: #333333;
background:url(../images/bg2.gif) repeat;
}
[/code:1]