@font-face {
    font-family: 'myriad_pro';
    src: url('../fonts/myriad-webfont.eot');
    src: url('../fonts/myriad-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/myriad-webfont.woff') format('woff'),
         url('../fonts/myriad-webfont.ttf') format('truetype'),
         url('../fonts/myriad-webfont.svg#myriad_pro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OswaldRegular';
	src: url('../fonts/oswald-webfont.eot');
	src: url('../fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/oswald-webfont.woff') format('woff'), 
		 url('../fonts/oswald-webfont.ttf') format('truetype'),
		 url('../fonts/oswald-webfont.svg#OswaldRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}