Entypo アイコンを使用しようとしていますが、Mac OS X (Mavericks) の 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>