Yeah I understand it, it can be hard when you get started with html and css, fonts are easy to setup though, for example add this bit of css:
body //everything within the body tag will be affected
{
font: 80% arial, sans-serif; //font size and fonts used, from left to right, the first one that's available will be used.
color: #00; //font colour
}