Forum Moderators: open
You could try something like this in you page head:
<style type="text/css">
body { font-family: arial, helvetica, sans-serif; }
</style>
or add it to an external style sheet for sitewide control like:
<link href="yourcssfile.css" rel="stylesheet" type="text/css">
This will adjust all your fonts to Arial. However if you are using font tags to then I suggest you just go in to the HTML and delete them. Find & Replace will help for the generic ones. I read somewhere that there is a font-tag-removal-pluggin tool - for sites needing first aid
Cheers, Limbo