Late to this thread, but this may still be apposite despite the
philosophical bent of the posts that I have just read, AND these are I think
proprietary solutions.

For Internet Explorer you can create  embedded fonts [ IE 4+ ], and there is
also a Netscape supply of downloadable fonts - PFR  but you have to use
"WebFont Maker" from BitStream. Fatal flaw with this is that is NOT
supported in NS 6#.

Anyway for those who might be curious:

Microsoft WEFT-
http://www.microsoft.com/typography/web/embedding/weft/

For CSS2 see:
http://www.w3.org/TR/REC-CSS2/fonts.html#font-selection

Tip:

Apparently if you are using WEFT you should  first create an "Embedded Open
Type Font File" [ eot ] fileand post it to a folder on your server.

To call this use CSS rule:

@font-face
{
font-family: name;
font-style: your-choice;
font-weight: normal?;
src: url(http://www.yourserver.com/fonts/your-font-name.eot);
}


Visiting Wellington? Visit http://www.WellingtonLive.co.nz
----- Original Message -----
From: "Trusz, Andrew" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 1:41 AM
Subject: [wdvltalk] RE: [WEB] Any handy solution to embed fonts into H TML
pages regardless of the visitors' browsers




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 2/08/02


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to