IE8 only accepts .eot font files. To be truly cross browser compatible you need this declaration of files.
Code:
@font-face {
font-family: 'SansLight';
src: url('OpenSans-Light-webfont.eot');
src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('OpenSans-Light-webfont.woff') format('woff'),
url('OpenSans-Light-webfont.ttf') format('truetype'),
url('OpenSans-Light-webfont.svg#CabinRegular') format('svg');
font-weight: normal;
font-style: normal;
}