Glyphicons没有显示

时间:2014-04-17 09:03:48

标签: css twitter-bootstrap glyphicons

我在显示bootstrap glyphicons时出现问题,Chrome开发人员工具表示找不到字体(404),

在我的CSS中我有以下代码:

@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');
}

网址是正确的,因为我使用这个地图结构:

Assets
  -fonts
     -glyphicon fonts
  -css
     -bootstrap.css

0 个答案:

没有答案