PAY ATTENTION!
The Bootstrap icons are back after this pull request merge.
After going back and forth on this for the last couple weeks, I've decided to restore the Glyphicons icon font to the main repo. Given how prevalent icons are in UIs, it's probably a disservice to most folks to not include them (or some other icon font) in the same spot as the CSS and JS.
With this update comes the following:
- Restores documentation (on the Components page)
- New variables,
@icon-font-path
and@icon-font-name
, for flexibility in adding and removing icon fonts- Upgrades to latest Glyphicons (adding 40 new icons)
- Removes the old Glyphicons mention from the CSS page
We'll work on improving the customization of icon fonts in the future so swapping font libraries can be easier (which was the whole motivation for the original removal).
Which is the CDN url of the new version of Twitter Bootstrap Glyphicons?
From the Bootstrap 3 they were moved into a separate repository, but I didn't find any CDN.
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.
On the official website they don't provide a CDN url for icons.
Where can find it? I don't want to download the repository and include it into my project.