Skip to content

Commit

Permalink
fix(app): bootstrap glyphicons not correctly linked on grunt build
Browse files Browse the repository at this point in the history
fixes #333
  • Loading branch information
DaftMonk committed Jul 13, 2014
1 parent 4fc88b0 commit 53d193d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/templates/client/app/app(css).css
@@ -1,4 +1,18 @@
<% if(filters.bootstrap) { %>
/**
* Bootstrap Fonts
*/

@font-face {
font-family: 'Glyphicons Halflings';
src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

<% } %>/**
* App-wide Styles
*/

Expand Down

0 comments on commit 53d193d

Please sign in to comment.