mendozaxxx
New Member
I'm using the following CSS3 \[code\]@font-face\[/code\] code for rendering fonts on my web page:\[code\]@font-face { font-family: 'MyriadPro-Regular'; src: url('fonts/myriadpro-regular.eot'); src: local('?'), url('fonts/myriadpro-regular.woff') format('woff'), url('fonts/myriadpro-regular.ttf') format('truetype'), url('fonts/myriadpro-regular.svg') format('svg'); font-weight: normal; font-style: normal;}\[/code\]so I have four font files for each font i.e. the \[code\].eot\[/code\], the \[code\].ttf\[/code\], the \[code\].svg\[/code\] and the \[code\].woff\[/code\]. The fonts work fine in Chrome, Safari and Firefox, but don't work at all in IE8 and below (I haven't checked in IE9, but I'm sure they don't work in that either).My web page is located at: http://www.domainandseo.com/project/index.html