我正在尝试使用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>