View Single Post
  #7 (permalink)  
Old 16th February 2008
Jelmer's Avatar
Jelmer Jelmer is online now
Administrator
Join Date: Oct 2006
Location: The Netherlands
Posts: 2,697
Thanks: 9
Thanked 180 Times in 84 Posts
Send a message via MSN to Jelmer
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
}
Reply With Quote