
@font-face
{
font-family: Ostrich;
src: url('../fonts/ostrich-regular.ttf'),
     url('../fonts/ostrich-regular.eot'); 
}

@font-face
{
font-family: Dosis;
src: url('../fonts/dosis.otf'),
     url('../fonts/dosis.eot'); 
}

@font-face
{
font-family: Marvel;
src: url('../fonts/Marvel-Regular.ttf'),
     url('../fonts/marvel-regular.eot'); 
}

@font-face {
	font-family: FontAwesome;
	src:url('../fonts/fontawesome-webfont.eot');
	src:url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}