How can I put this font MyriadPro-It.otf in CSS?
you can add this css in your style sheet.
@font-face {
font-family: "MyriadPro";
font-style: normal;
src: url(../fonts/MyriadPro-It.eot); /*if IE */
src: local("Grandesign Regular"), url("../fonts/MyriadPro-It.ttf") format("truetype"); /* non-IE */
}