View Single Post
Old 11-07-2012, 02:17 PM   PM User | #1
backa
New Coder

 
Join Date: Oct 2012
Posts: 44
Thanks: 7
Thanked 3 Times in 3 Posts
backa is an unknown quantity at this point
File not being found on site - don't know why

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:
Code:
@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?
backa is offline   Reply With Quote