Page 1 of 1

Font-family in css file

Posted: Wed May 16, 2012 2:50 pm
by Paolo

Hi,
how can I add a font-family MyriadPro in css file?
thanks


Font-family in css file

Posted: Wed May 16, 2012 8:05 pm
by maxkatz

You would specify the font like in any other CSS file.


Font-family in css file

Posted: Wed May 16, 2012 9:01 pm
by Paolo

you mean like that?

@font-face{
font-family: "MyriadPro";
src: url("../fonts/MYRIADPRO-REGULAR.OTF") format("truetype");
}

#divExample {
font-family: "MyriadPro";
.....
}

but in this case where can I upload the OTF file?


Font-family in css file

Posted: Thu May 17, 2012 6:28 pm
by maxkatz

You could host the file somewhere on the Internet.