im using this code
.mainmenu {
font-family: signpainter;
margin-bottom: -1px;
color: #333;
font-weight: 400;
font-size: 21px;
letter-spacing: 0.7px;
display: table;
text-align: left;
font-style: italic;
}
but font looks different in IE (it's smaller) than it is in Firefox and Chrome.
this my code embed font-family
@font-face{
font-family: signpainter;
src: url('fonts/SignPainter.otf'),
url('fonts/signpainter.eot'),
url('fonts/signpainter.woff'),
url('fonts/signpainter.ttf');
font-weight: normal;
font-style: normal;
}
Does anyone know why? And how do I fix it in IE-11? Thanks