i have bootstrap.min.css under css directly , fonts under same directories you. paths in bootstrap.css looks bit different...:
@font-face{font-family:'glyphicons halflings'; src:url(../fonts/glyphicons-halflings-regular.eot); src:url(../fonts/glyphicons-halflings-regular.eot?#iefix)
and in 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">
Comments
Post a Comment