mcloide/bootstrap-glyphicons

This package is abandoned and no longer maintained. No replacement package was suggested.

Bootstrap Glyphicons Support

Installs: 207

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 378

Language:CSS

Type:package

dev-master 2014-10-09 14:24 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:40:06 UTC


README

Twitter's Bootstrap v2 project already uses GLYPHICONS halflings (created by Jan Kovařík) and are released for Bootstrap under the Apache 2.0 License. What this project aims to accomplish is add seamless support for the 400+ GLYPHICONS (available for free under the Creative Commons Attribution 3.0 Unported (CC BY 3.0) license) to Bootstrap so "large" icons can be used. To achieve this I've combined the over 400 24x24 GLYPHICONS in to a Sprite and added icon-large definitions.

Whenever possible larger GLYPHICONS halflings names have been mapped. Otherwise the CSS class definition follows the names set by the files in the zip.

To use this within your site you NEED to do the following:

  1. Download bootstrap.icon-large.min.css and place it in the same directory as bootstrap.css file
  2. Download glyphicons.png and place it in the same directory as glyphicons-halflings.png
  3. Add the following CSS definition under the bootstrap.css call <link href="css/bootstrap.icon-large.min.css" rel="stylesheet">
  4. Clearly visible on the site (like the footer) add a link to glyphicons.com. This is a requirement by the artist unless you purchase the GLYPHICONS ALL or GLYPHICONS PRO plans. If you don't want to give attribution to the artist, at least pay him for his fantastic work.

That's it. You can find an entire listing of all the GLYPHICONS