0

我正在尝试使用 Entypo 图标,但我在 Mac OS X(小牛队)上的 Safari 中遇到了这个问题 — http://take.ms/NdZhs

出于某种原因,图标变得很可爱。不过,在 Chrome 中一切正常。

CSS:

.showblock .title {
    position: relative;
    display: block;
    height: 30px;
    padding: 0 0 0 40px;
    margin: 0 0 15px 0;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
}
    .showblock .title:before {
          position: absolute;
          left: 0;
          top: 0;
          font-family: 'entypo';
          font-size: 60px;
          line-height: 30px;
    }

.icon-behance:before {
    content: "\F34E";
}

HTML:

<a href="#" class="title icon-dribbble">Dribbble Playground</a>
4

1 回答 1

0

这已由贡献者更正。在此处从 Git 下载:

https://github.com/danielbruce/entypo

于 2013-12-12T02:53:52.470 回答