I'm having an issue with @font-face on my website. I keep getting a 404 error for the .woff file even though the fonts are located at the root. I've checked but can't seem to find the fonts.
Here's my font CSS file, can anyone spot the problem?
@font-face {
font-family: '---_2regular';
src: url('----regular-webfont.eot');
src: url('----regular-webfont.eot?#iefix') format('embedded-opentype'),
url('----regular-webfont.woff') format('woff'),
url('----regular-webfont.ttf') format('truetype'),
url('---regular-webfont.svg#---_2regular') format('svg');
font-weight: normal;
font-style: normal;
}