When I first downloaded the icons they worked in all browsers. However now its live and the fonts live on a different server, it doesn't work in IE or Firefox but is fine in Chrome and Opera. Anyone any ideas? I have tripple checked the code and ensured all the fonts are on the server.
@font-face {
font-family: 'icomoon';
src:url('http://static.mydomain.com/design_media/fonts/icomoon.eot');
src:url('http://static.mydomain.com/design_media/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('http://static.mydomain.com/design_media/fonts/icomoon.svg#icomoon') format('svg'),
url('http://static.mydomain.com/design_media/fonts/icomoon.woff') format('woff'),
url('http://static.mydomain.com/design_media/fonts/icomoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}