Skip to content

Commit 53d193d

Browse files
committed
fix(app): bootstrap glyphicons not correctly linked on grunt build
fixes #333
1 parent 4fc88b0 commit 53d193d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: app/templates/client/app/app(css).css

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1+
<% if(filters.bootstrap) { %>
12
/**
3+
* Bootstrap Fonts
4+
*/
5+
6+
@font-face {
7+
font-family: 'Glyphicons Halflings';
8+
src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
9+
src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
10+
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
11+
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
12+
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
13+
}
14+
15+
<% } %>/**
216
* App-wide Styles
317
*/
418

0 commit comments

Comments
 (0)