I embed Lucida Sans regular font using font face and its working fine on all browsers except ie9. I used fontface something like this:
@font-face {
font-family: 'Lucida-Sans-regular';
src: url('../fonts/Lsans.eot');
src: local('Lucida sans'), url('../fonts/Lsans.woff') format('woff'), url('../fonts/Lsans.ttf') format('truetype'), url('../fonts/Lsans.svg') format('svg');
font-weight: normal;
font-style: normal;
}
can anyone help to make it working on iE9?