2013-11-04 48 views
0

我試圖使用Entypo圖標,但我在Safari已經這個問題在Mac OS X(小牛) - http://take.ms/NdZhs野生動物園削減Entypo圖標

出於某種原因圖標得到cuted。儘管如此,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> 

回答

相關問題