Sharif Tanvir Karim wrote:
> Is there a way to display a certain font I have on any users browser? I have
> this font called bitdust and I know not a lot of people have it so is there
> any way to do that?
You can embed the font, but I wouldn't recommend it. Firstly, fonts are
usually largish sorts of files wish would really slow loading times.
Secondly, the support is client-side meaning that you have to deal with
browser compatibility. Thirdly, embedding fonts is a surprisingly
difficult task and depends on the font type. I have personally never
done it because it looked like too much trouble for the advantages it
would bring. Fourthly, for longer, paragraph text, people a) are used to
their normal fonts - Times, Arial and Verdana, and b) often find other
fonts difficult to read, especially if the text differs greatly from the
normal fonts. Fifthly and finally, for headings and 'one-offs', it is
simpler to make the text a graphic file, which would probably be less of
a hassle for you and the user. Sixthly, users don't like you messing
with their settings - some even get pissed off when the font is changed
from times to arial. And finally, it isn't going to work on some
browsers anyway. So, I wouldn't bother.
Still, here are some tutorials for embedding fonts:
<a style='text-decoration: underline;' href="http://hotwired.lycos.com/webmonkey/design/fonts/tutorials/tutorial2.html" target="_blank">http://hotwired.lycos.com/webmonkey/design/fonts/tutorials/tutorial2.html</a>
<a style='text-decoration: underline;' href="http://www.devshed.com/Client_Side/DHTML/EmbeddedFonts" target="_blank">http://www.devshed.com/Client_Side/DHTML/EmbeddedFonts</a>
<a style='text-decoration: underline;' href="http://www.pcmag.com/article2/0,4149,1308799,00.asp" target="_blank">http://www.pcmag.com/article2/0,4149,1308799,00.asp</a>
<a style='text-decoration: underline;' href="http://www.google.com/search?q=embedded+fonts&sourceid=mozilla-search&start=0&start=0&ie=utf-8&oe=utf-8" target="_blank">http://www.google.com/search?q=embedded+fonts&sourceid=mozilla-search&...rt=0&st</a>
HTH<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Fonts question