If your font-face working in Chrome but not in Firefox and you are serving file from CDN or static domain try check this header:
Access-Control-Allow-Origin
On IIS:
1. Open IIS manager
2. Open web with static content
3. Open HTTP Response Headers (in features view)
4. Add Name: Access-Control-Allow-Origin, Value: *