I have created a html layout and using css3 @font-face
. Here is my code
@font-face {
font-family: 'MyriadProRegular';
src: url('myriad.eot');
src: url('myriad.eot?#iefix') format('embedded-opentype'),
url('myriad.woff') format('woff'),
url('myriad.ttf') format('truetype'),
url('myriad.svg#MyriadProRegular') format('svg');
}
and i am using
font-family: 'MyriadProRegular';
it's work in all browsers accept IE. Please help.