Font Family

K

Kent McCorkle

Is there a way to set the font-family in FrontPage so it
will try a series of fonts before giving up and using a
default one? I know how to set one font, but not
multiples. I can do it by editting the html, but wondered
how to do it with FP.

Alternatively, is there a way to embed a font so the user
always has it?

Thanks!
Kent McCorkle
 
J

jon spivey

Hi Kent,
something along these lines
<style type="text/css">
body,p,td{
font-family: "Trebuchet MS",Verdana, Arial, Helvetica,sans-serif;
}
</style>

Jon
Microsoft MVP - FP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top