IE中除了div之外的字体

时间:2016-12-07 14:16:00

标签: jquery html css internet-explorer fonts

好的所以在Chrome中我的字体看起来很棒,正如你在这里看到的那样 - https://gyazo.com/9265ad0ebad485e458aa3195ec40e32e

以下是代码 -

.logo-div {
    width: 168px;
    cursor: pointer;
    box-sizing: border-box;
    float: left;
    border: 1px solid yellow;
    height: 40px;
    margin-top: 5px;
    overflow: hidden;
    display: block;
    text-align: center;
    position: relative;
}

.logoH2 {
    font-family: FiraLight;
    font-size: 23px;
    transition-duration: .5s;
    color: yellow;
    margin-top: 4px;
}

-

但这就是它在IE中的表现 - https://gyazo.com/5c745e71691d0f024c9a1f60fc459d6e]

我发现它可能是字体错误,因为当我取消选中IE中的字体系列框时,它会很好地集中,如你所见 - https://gyazo.com/8f7050fb229020c7fb4f3d22a6fa869b

我做错了什么?

0 个答案:

没有答案