Joseph, Why not try using JS to decide wether or not to use the font or an image? Let's say if version of navigator is >= 4 then use CSS else write image code. I suppose that could work
Paul > -----Original Message----- > From: Joseph Harris [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 1:17 AM > To: [EMAIL PROTECTED] > Subject: [wdvltalk] Re: Font on an HTML page > > > Paul, > > That is very interesting. Following through to MS the system does a good > job on IE (at a price of quite a few extra kb per page) but leaves the > design at the mercy of older and other browsers! > > Joseph > > Joseph Harris > Smile Poetry Weekly (fortnightly) > www.smilepoetryweekly.com > Batty Balls and other Wicket Wit > www.ah-mah-son.com > > ----- Original Message ----- > From: Paul Larue <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 16, 2003 7:48 AM > Subject: [wdvltalk] Re: Font on an HTML page > > > > Can that help ??? > > > > <STYLE> > > <SPAN style="COLOR: red">@font-face myfont > { src:url(garamond.eot); }</SPAN> > > P { font-family: "Garamond, <SPAN class=blue>myfont</SPAN>" } > > </STYLE> > > > > > > For more info search for "Font Embedding" on www.msdn.microsoft.com > > > > Paul > > > > > -----Original Message----- > > > From: puterbug.com [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, June 15, 2003 10:10 PM > > > To: [EMAIL PROTECTED] > > > Subject: [wdvltalk] Re: Font on an HTML page > > > > > > > > > I just searched for "embed font on .html page" on Google, because I do > > > remember at least one site that shows you how to do this, but I'll be > > > darned if I know where it is now. However, a ton of results came > > > up. Perhaps if you do your own search you'll find what you're looking > > > for. Hope that helps. > > > > > > Deb > > > > > > > > > At 04:27 PM 6/15/2003 -0700, you wrote: > > > Hello, > > > > > > Does anyone know a way to embed an unusual font, such as Gill > Sand on an > > > HTML page? > > > > > > > > > > > > ____ 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.unsub%% > > > > > > > > > > > > ____ . 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.unsub%% > > > > > ____ � 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.unsub%% > > ____ � 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]
