I'm building a website(PHP) with chinese fonts. The problem is most browsers doesn't have chinese fonts installed by default. I want the client machine to have this font installed to view the webpage.
How can I do this?
Edit:
I've partially solved the problem with this website : http://www.font2web.com/
it works in IE and FF but not in webkit browsers. Do i need to do some css hack for webkit browsers?