i believe that depends on the "family-font:" attribute
you can just insert following code into ur <head> tag
Code:
<style type="text/css">
A { family-font: Arial }
body { family-font : Arial }
</style>
the above code set all font to Arial, just to give u an idea of how to use stylesheet
there is many ways of doing this, my suggestion would be go to http://www.w3schools.com and start reading the CSS tuturial
of course, you can alert the font by changing the name "Arial" to whatever you like
but it's just most common ones, or the ones' that's under the server's font directory
hope that helps
Bookmarks