在我的圣杯申请

时间:2016-09-02 11:13:45

标签: html css grails

这是我的bootstrap.min.css

enter image description here

这是我的floder结构

enter image description here

如何在我的gsp中获取这些字体?

1 个答案:

答案 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">