Font Family

  • Thread starter Thread starter Kent McCorkle
  • Start date Start date
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
 
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
 
Back
Top