HTML help again. :)

Howard

Lifer
Oct 14, 1999
47,982
11
81
What do you do so that you can type text in a font that other people don't have, but let them see it in its intended appearance, short of making them download and install it? I used to have a program that did this. If anybody can tell me in code, thanks!
 

Soccer55

Golden Member
Jul 9, 2000
1,660
4
81
I'm not sure if this is what you're looking for, but you can use CSS to put an "@font-face" statement in there which describes the font and I think might actually download the font for the person (assuming you put the URL for the font in there). I could be wrong though. Hope this helps.

-Tom

Edit: Just thought about this.....maybe you should contact Zuni somehow, cause I'm sure he'd know
 

jyrixx

Senior member
May 31, 2000
345
0
0
i'm not sure about soccer's idea. if i was faced with the same problem, i'd probably make some transparent gifs, with the text formatted that way i wanted with the font i wanted. hope this helps
 

kami

Lifer
Oct 9, 1999
17,627
5
81
Gifs optimized properly won't be much bigger than actual html text anyway.

I've never heard of that being possible without downloading the font, though.
 

Soccer55

Golden Member
Jul 9, 2000
1,660
4
81
I don't know if my idea would work either cause I've never used it, I've just heard about it ;) I do think the transparent GIF idea is a good one though.....never even thought of doing that.

-Tom
 

markjrubin

Golden Member
Jan 17, 2000
1,419
0
0
you're talking about being able to push a font onto a user's screen right? IE has a way to do it, but Netscape doesn't support it, so you're leaving a bunch of people out. The ways that we've got around it was doing images, flash or pdfs.

Mark