The fonts that can be used on browsers are fairly limited, so the font face declaration you make in your stylesheets must be compatible with those that browsers are capable of rendering.

You change the font type in your stylesheets (typically, stylesheet.css) and the declaration(s) that render font types are usually coded like this:
Code:
	font-family: verdana, arial, helvetica, sans-serif;