css, external fonts -


i have big problem css, how can pun font myriadpro-it.otf in css?

thanks !

you can add css in 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 */ } 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -