PDA

View Full Version : Loading fonts from a server?


lightnb
06-04-2006, 09:48 AM
Let's say I have an obscure font, that no one is likely to have on thier computers. But none-the-less, I want to use it on my website.

Is it possible to upload the *.ttf font file to http://www.mysite.com/fonts/, and then somewhere in the CSS (or anywhere for that mater) tell the browser to get the font from the folder on the server instead of the users system font folder?

Thanks,

nick

Davidinh
11-25-2006, 03:53 PM
i have a same question as above
as i saw IPB it has this option with the folder fonts on the server

anyidea or suggestion will be appriciated

regard,

CyberAlien
11-25-2006, 06:47 PM
<a href="http://www.w3.org/TR/REC-CSS2/fonts.html#font-descriptions" target="_blank">http://www.w3.org/TR/REC-CSS2/fonts....t-descriptions</a>

Hovewer IE doesn't support it yet, so you can't use it.