Jump to content

how to embed Font with Firefox & Explorer???


chawkimatta

Recommended Posts

this is my code and its not working!!

 

@font-face {

    font-family: Myriad Pro;

    font-style: normal;

    font-weight: normal;

    src: url('http://localhost/www/LCEC/HTML/Demo1/fonts/MyriadPro-Regular.otf');/* and i tried ../fonts/MyriadPro-Regular.otf*/

}

.MyriadPro{

    font-family: "Myriad Pro";

}

<div class="MyriadPro">TEST</div>

 

any Idea??

 

Link to comment
https://forums.phpfreaks.com/topic/166176-how-to-embed-font-with-firefox-explorer/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.