Log in

View Full Version : Incorperating a external font file into a page...



Rockonmetal
06-05-2008, 02:12 PM
Hey I have this cool font I downloaded which probably only a few people will have...
Is there a way I can load or reference the font into the website without have the user have to manually download it?

Thanks!

//I spelled incorporating wrong!

Medyman
06-05-2008, 02:33 PM
Unfortunately, no.

There is the @font-face CSS property but that is currently only supported by IE. Webkit (Safari) has recently added support for @font-face. I'm pretty sure that Fx has not yet joined the bandwagon.

The solution here would be to use sIFR (http://www.mikeindustries.com/blog/sifr/).

Hope that helps :D