@font-face {
	font-family: 'Myriad Pro';
	src: url('MYRIADPROREGULAR.eot');
	src: local('Myriad Pro'), 
         url('MYRIADPROREGULAR.woff') format('woff'), 
         url('MYRIADPROREGULAR.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('Myriad-Pro-Semibold.ttf');
    src: url('Myriad-Pro-Semibold.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('Myriad-Pro-Bold.ttf');                                     
  src: url('Myriad-Pro-Bold.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('Myriad-Pro-Italic.ttf');                                     
  src: url('Myriad-Pro-Italic.ttf') format('truetype');
  font-style: italic;
}

/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_4410">Text with this font applied</p> */
.fontsforweb_fontid_4410 {
	font-family: 'Myriad Pro' !important;
}