Thanks in advance,
Dawson
You can only change the default font that FP uses to display your work in
FP's Normal view -- Tools | Page Options | Default Font. This will not
affect the font that's actually used on your pages when viewed in a browser.
The only way to do that is with inline font tags or CSS. If you don't
specify fonts in your pages, the visitor's browser will use its default
font.
You might want to consider investing a little time in learning CSS
(cascading style sheets). Here are a few resources you can use...
http://www.echoecho.com/css.htm
http://www.mako4css.com/index.htm
http://www.w3.org/TR/REC-CSS1
Inline font tags have been deprecated in HTML 4, so at some point you'll
have to learn CSS.
--
Red