Skip to content

Commit 6d785b6

Browse files
author
Martii
committed
Enable glyph icons to work from bootstrap
* Should remove most of the 404's we've been intermittently getting too from other packages that support glyph icons * Eventually when we split out and compile this on the fly with #249 this will need to be done in the configuration file for the .less file
1 parent f64a83e commit 6d785b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/css/bootstrap-custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,8 +2386,8 @@ input[type="button"].btn-block {
23862386
}
23872387
@font-face {
23882388
font-family: 'Glyphicons Halflings';
2389-
src: url('../fonts/glyphicons-halflings-regular.eot');
2390-
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
2389+
src: url('/redist/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
2390+
src: url('/redist/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/redist/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/redist/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/redist/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
23912391
}
23922392
.glyphicon {
23932393
position: relative;

0 commit comments

Comments
 (0)