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 */
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With