美文网首页
如何正确引入bootstrap图标字体

如何正确引入bootstrap图标字体

作者: lMadman | 来源:发表于2016-09-01 09:56 被阅读0次
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
          url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
          url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

相关文章