rivets icon indicating copy to clipboard operation
rivets copied to clipboard

glyphicons referenced in bootstrap.css that is not there

Open tamarmot opened this issue 8 years ago • 1 comments

bootstrap.css references ../fonts/glyphicons-halflings-regular.eot but the file is not included.

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  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');
}

tamarmot avatar Aug 03 '17 23:08 tamarmot

I don't think this is that big of a deal. It doesn't look like the doc pages use any glyphicons, so it shouldn't be affecting anything. (Just an annoyance that a file is being referenced that isn't there.)

benreyn avatar Aug 04 '17 13:08 benreyn