Building BobSmithPhotography.net has stopped expanding because I've been overwhelmed with spam on the comment forums. So, if you're here and have questions about web design come and visit Forums, Blogs, Wikis dot com. It has articles that I've written, some of which are also here, and a web design forum as well so you can ask any questions you may have. There is still a lot of good stuff here though, so poke around the links and take a look.

Home » CSS Properties » font-family

font-family

Allows you to specify the font used.   You may list multiple font names separated by commas to create a priority based choice for the browser.  If the first is not available, the browser will go on to the second, and so on.  You should end your definition with a generic font, either serif or sans-serif, in case none of the fonts you specify are available.

p {
font-family: Georgia, Times New Roman, Times, serif;
}

Content managed by the Etomite Content Management System.