First of all, you need to have the font in a directory on your server. Then all you have to do is add a style to your main stylesheet.
@font-face {font-family: FontName;src: url('location of font');}
Replacing FontName, obviously, with the name of the font, and the text between the apostrophes with the directory location of the font file on your server.
Then just change the font family of the text on the page to whatever the name of the font is in the above code. For example...
customFont p
{
font-family: FontName;
}
Let me know if you need more help.
Reputation Points: 10
Solved Threads: 3
Junior Poster in Training
Offline 60 posts
since Jun 2010