@font-face {
    font-family: 'Header';
    src: url('../fonts/Header.eot');
    src: url('../fonts/Header.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Header.woff') format('woff'),
         url('../fonts/Header.ttf') format('truetype'),
         url('../fonts/Header.svg#TrimDAZNHeader-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face{ 
	font-family: 'Oscregular';
	src: url('../fonts/oscregular-webfont.eot');
	src: url('../fonts/oscregular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/oscregular-webfont.woff') format('woff'),
	     url('../fonts/oscregular-webfont.ttf') format('truetype'),
	     url('../fonts/oscregular-webfont.svg#webfont') format('svg');
}

