Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glyphicons referenced in bootstrap.css that is not there #717

Open
tamarmot opened this issue Aug 3, 2017 · 1 comment
Open

glyphicons referenced in bootstrap.css that is not there #717

tamarmot opened this issue Aug 3, 2017 · 1 comment

Comments

@tamarmot
Copy link

tamarmot commented Aug 3, 2017

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');
}
@benreyn
Copy link

benreyn commented Aug 4, 2017

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants