I have embedded the Opensans font in my website. It appears correctly in Chrome, however, in Firefox it seems blurred and not displaying properly.
@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 is the Opensans font affected, but I have also tried two other fonts with the same issue. However, other websites are able to display them correctly. Can someone please assist me with this issue? Thank you in advance.