Click to See Complete Forum and Search --> : using font in folder on server


CrazyMerlin
01-23-2006, 03:58 PM
If I want to use a certain font (true-type) on a page and not have an alternative, can I include the font in a folder on the server and reference it on the page somehow?

i.e:

<style>
body { font: 10px url(../fonts/bangle.ttf); }
</style>

or something similar?

thanks

JPnyc
01-23-2006, 04:02 PM
As far as I know, you cannot. You can prompt them to DL the font, but you can't reference a font that's not on the user's pc.

CrazyMerlin
01-23-2006, 04:07 PM
Damn. Nevermind.

Thanks

maximumwd
01-23-2006, 04:14 PM
JPnyc is right, the visitor has to have it on their computer...

Although there is an alternative, http://www.mikeindustries.com/blog/archive/2004/08/sifr

Check it out i used it on a few sites, the end result is, you can use any font you want and not worry whether your client has it on their system.