backa
11-07-2012, 02:17 PM
When i check the error log for the site I'm doing, it's filled with references to a .eot font file. The file named in the log is definitely there, with the correct name, in the correct place. The referring link is always the css file.
The font family declaration in the css is:
@font-face {
font-family: 'BenthamRegular';
src: url('bentham-webfont.eot');
src: url('bentham-webfont.eot?#iefix') formstyleat('embedded-opentype'),
url('bentham-webfont.woff') formstyleat('woff'),
url('bentham-webfont.ttf') formstyleat('truetype'),
url('bentham-webfont.svg#benthamRegular') formstyleat('svg');
font-weight: normal;
font-style: normal;
}
i'm using another font, in an identical manner, with no problem. what can be causing the error?
The font family declaration in the css is:
@font-face {
font-family: 'BenthamRegular';
src: url('bentham-webfont.eot');
src: url('bentham-webfont.eot?#iefix') formstyleat('embedded-opentype'),
url('bentham-webfont.woff') formstyleat('woff'),
url('bentham-webfont.ttf') formstyleat('truetype'),
url('bentham-webfont.svg#benthamRegular') formstyleat('svg');
font-weight: normal;
font-style: normal;
}
i'm using another font, in an identical manner, with no problem. what can be causing the error?