Possible Duplicate:
Using a custom font with CSS
Is there a way to change my font family to something I have downloaded rather than something in the default?
I have downloaded some fonts on http://www.dafont.com and I want to use it on my HTML/Javascript application.
Any help and advice will be greatly appreciated.
Thanks
You need to convert the fonts to “Web fonts” use the below URL in order to convert it
http://www.fontsquirrel.com/fontface/generator
after converting it, you will find a package contains Font/CSS include it in your project.