设置嵌入HTML文档的字体-@font-face

语法

取值说明

示例

  
    @font-face {
      font-family: 'iconfont';
      src: url('../font/fontello.eot');    /* IE9*/
      src: url('../font/fontello.eot#iefix') format('embedded-opentype'),  /* IE6-IE8 */
      url('../font/fontello.woff') format('woff'),  /* chrome、firefox */
      url('../font/fontello.ttf') format('truetype'),       /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url('../font/fontello.svg#fontello') format('svg');   /* iOS 4.1- */
    }
  

兼容性

不同格式的字体文件对于不同的浏览器。

扩展阅读