Can HTML force alternate fonts?

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?
 
M

Murray

Yes. Yes.

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

(on pages with a valid and complete doctype)
 

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