Skip to content

Commit c47100a

Browse files
committed
Merge pull request #523 from Martii/bootstrapGlyphIconsFix
Enable glyph icons to work from bootstrap Auto-merge
2 parents f64a83e + 6d785b6 commit c47100a

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)