答案 0 :(得分:0)
我直接使用css下的bootstrap.min.css和你下相同目录下的字体。但是我的bootstrap.css中的路径看起来有点不同......:
@font-face{font-family:'Glyphicons Halflings';
src:url(../fonts/glyphicons-halflings-regular.eot);
src:url(../fonts/glyphicons-halflings-regular.eot?#iefix)
并在我的layout / main.gsp
中<link rel="stylesheet" type="text/css" media="screen" href="${request.contextPath}/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="${request.contextPath}/css/font-awesome.min.css">