Embedded Opensans font in my site. It's display fine in chrome, but not display properly in firefox. In firefox font display like blurred.
@font-face {
font-family: 'opensans';
src: url('../fonts/OpenSans-Regular.eot');
src: local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-Regular.ttf') format('truetype'),
url('../fonts/OpenSans-Regular.woff') format('woff'),
url('../fonts/OpenSans-Regular.otf') format('open-truetype'),
url('../fonts/OpenSans-Regular.svg#opensans') format('svg');
font-weight: normal;
font-style: normal;
}
Not only opensans font , i tried two more fonts it's also have same problem. But other site displayed fine. Please help me. Thanks in advance.