I have to use a custom font on one of the web pages. I am using @font-face in my CSS.
Now, I am not sure but I think for this to work the font should be on the same server as the web page. Is this right? I have tried using a different server but it didn't work. So, I am not sure if there was something I missed or a different server hosted font doesn't work.
If it works, then is it as simple as mentioning the complete URL in the url part of t @font-face? Or there is something more I need to do? What are the limitations? I know that in IE .eot fonts work.
Thanks.