@font-face {
font-family: 'Glyphicons Halflings';

src: url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

 

 

找到bootstrap.css中的图标字体样式Glyphicons 

把字体的src修改为你存放图标字体的路径

相关文章:

  • 2021-12-10
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2021-12-08
  • 2021-06-02
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
相关资源
相似解决方案