On Wed, 18 Feb 2004 20:36:30 -0500
"Jake McHenry" <[EMAIL PROTECTED]> wrote:

> it's for my intranet, figured it might be easier this way
> instead of touching every machine. All my machines are either
> on 98 or XP, which both will use the same font. I've manually
> installed it on 4 machines so far, 2 xp and 2 98, but have
> around 950 left.
> 
> can I do it?

Why not? A minute for each and you can finish it in less than a
day if my calculations were correct ;)

Or, try stylesheets: (And since you mentioned 98 or XP, this
might just work for you.)

<style type="text/css">
<!--
  @font-face {
    font-family: "mysuperfont";
    src:url(/location/of/my/superfont.eot);
  }
  h1 {
    font-family: "mysuperfont";
  }
//-->
</style>

For conversion of your fonts to .eot format, check:

  http://www.microsoft.com/typography/web/embedding/weft3/

And, pls. trim your posts!

--

- E -

"I may have invented it [Ctrl-Alt-Delete],
  but Bill made it famous." - David Bradley

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to