I\'m a webmaster at http://www.beperk.com (I\'m giving you the URL so you are able to check the problem) and I\'m having lots of problems using @font-face in CSS.
I
On your server you will need to add:
Access-Control-Allow-Origin
To the header of the font files, so for example if you are using Apache you can add this to the .htaccess:
Header set Access-Control-Allow-Origin "*"