Re: FN-FORUM: Fonts
date posted 25th January 2006 12:26
> Is this a standard font? I don't know of anyone that doesn't have it, so
> I'm not sure. If it isn't, what do I do?
You can use CSS to specify alternative fonts, or font-families, eg:
.myclass
{
font-family: "French Script MT", Georgia, serif;
}
Here's a useful page regarding web-safe fonts:
http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html