Can HTML force alternate fonts?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to design a site using "Century Gothic"-- but it's not supported on
all Macs and PCs. Can FrontPage use Century Gothic and force browsers to
alternate to Lucida Sans Unicode, Tahoma, or Trebuchet MS in the absence of
CT?

Will it work on both Mac and PC Internet Explorer browsers?
 
Yes. Yes.

body { font-family: "Century Gothic","Lucida Sans Unicode", tahoma,
"trebuchet ms", sans-serif; }

(on pages with a valid and complete doctype)
 
Back
Top