html - eot fonts are not getting affected in my grail applocation -


this bootstrap.min.css

enter image description here

here floder structure

enter image description here

how these fonts in gsp?

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