Font Awesome 字体支持 ie

http://pan.baidu.com/s/1slGJH4x

    @font-face {  
      font-family: 'FontAwesome';  
      src: url('../image/fontawesome-webfont.eot'); /* IE9 Compat Modes */  
      src: url('../image/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  
           url('../image/fontawesome-webfont.woff') format('woff'), /* Modern Browsers */  
           url('../image/fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */  
           url('../image/fontawesome-webfont.svg#fontawesomeregular') format('svg'); /* Legacy iOS */  
      font-weight: normal;  
      font-style: normal;  
    }  
原文地址:https://www.cnblogs.com/whcghost/p/5573269.html