What happened to the icons in Bootstrap 3?

twitter-bootstrap

Solution

Extracted from the official documentation: "With the launch of Bootstrap 3, icons have been moved to a separate repository. This keeps the primary project as lean as possible, makes it easier for folks to swap icon libraries, and makes Glyphicons icon fonts more readily available to more people outside Bootstrap."

http://twitter.github.io/bootstrap/css/ (section glyphicons)

You can get the glyphicons here

Problem

Icons are no longer mentioned in Bootstrap. I wonder why that is? I've looked in the documentation, and they're no longer mentioned. Stack Overflow keeps asking me to up the quality of my post.

Original source

Related problems