@font-face {
	font-family: 'OpenSansLight';
	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#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('Opencans-Bold-webfont.eot');
    src: url('Opencans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Opencans-Bold-webfont.woff') format('woff'),
         url('Opencans-Bold-webfont.ttf') format('truetype'),
         url('Opencans-Bold-webfont.svg#OpencansBold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('Opencans-Italic-webfont.eot');
    src: url('Opencans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Opencans-Italic-webfont.woff') format('woff'),
         url('Opencans-Italic-webfont.ttf') format('truetype'),
         url('Opencans-Italic-webfont.svg#OpencansItalic') format('svg');
    font-style: italic;
}

