RE: How do I call-up a specific font for entire page?

by Kynn Bartlett <kynn(at)idyllmtn.com>

 Date:  Wed, 07 Feb 2001 17:49:08 -0800
 To:  "Craig Foot" <craig(at)matilda.net.au>
 Cc:  <hwg-style(at)hwg.org>
 References:  3me
  todo: View Thread, Original

> > Can anyone quickly just give me a string I need to place in
> > the head to
> > call-up a specific font?

Try something like this:

<head>
   <title>Whatever</title>
   <style type="text/css">
     <!--
       body { font-family: Arial, sans-serif; }
       * { font-family: Arial, sans-serif; }
     -->
   </style>
</head>

You may have to tweak it a little -- Netscape, in particular, has a
tendency to inherit poorly in tables. So you might want to make it:

      body, td, p { font-family: Arial, sans-serif; }

--Kynn

-- 
Kynn Bartlett  <kynn(at)idyllmtn.com>                http://kynn.com/
Technical Developer Relations, Reef           http://www.reef.com/
Chief Technologist, Idyll Mountain Internet   http://idyllmtn.com/
Contributor, Special Ed. Using XHTML     http://kynn.com/+seuxhtml
Unofficial Section 508 Checklist       http://kynn.com/+section508

HWG hwg-style mailing list archives, maintained by Webmasters @ IWA