我正在使用此代码
.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;
}
但IE中的字体(它比较小)在Firefox和Chrome中看起来不同。
这个我的代码嵌入了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;
}
有谁知道为什么?我如何在IE-11中修复它? 感谢