Jquery: Embedding font face with jquery?

Hi,

As far as I know that embedding font face is only possible with CSS3 (CSS2 but not CSS2.1), and not all browsers are ready for it yet, particularly IE (unless IE9?)…

I wonder if it is possible to use jquery to embed font face? any idea how can I start the code? or any plugin which can do this job?

Thanks

thanks for the link. I will give it a try! thanks :slight_smile:

IE has supported embedded fonts since IE5. You just need to have a font that has all the appropriate versions (and rights of course) to them and use the correct syntax (link included)

http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/