diff options
| author | Mark Otto <[email protected]> | 2017-02-04 21:14:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-02-04 21:14:41 -0800 |
| commit | 672fde1a0235fdcf9cd324902f3ff9d874e9a9de (patch) | |
| tree | 76999446e62cef2486b75c37fa78e59167060876 | |
| parent | 7263ec60e2f223bd1eccf0905b1525cb7fcef1f4 (diff) | |
| download | bootstrap-672fde1a0235fdcf9cd324902f3ff9d874e9a9de.tar.xz bootstrap-672fde1a0235fdcf9cd324902f3ff9d874e9a9de.zip | |
stub out icons page in docs
| -rw-r--r-- | docs/_data/nav.yml | 8 | ||||
| -rw-r--r-- | docs/extend/icons.md | 22 |
2 files changed, 24 insertions, 6 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index ffd79a46b..ff46ae70d 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -68,10 +68,10 @@ - title: Typography - title: Vertical align -# - title: Extend -# pages: -# - title: Approach -# - title: Icons +- title: Extend + pages: + # - title: Approach + - title: Icons - title: About pages: diff --git a/docs/extend/icons.md b/docs/extend/icons.md index 9cddafeea..c619ed2ce 100644 --- a/docs/extend/icons.md +++ b/docs/extend/icons.md @@ -1,6 +1,24 @@ --- layout: docs -title: Icon fonts +title: Icons +group: extend --- -TODO +Bootstrap doesn't include an icon library by default, but we have a handful of recommendations for you to choose from. While most icon sets include multiple file formats, we prefer SVG implementations for their improved accessibility and vector support. + +## Preferred +We've tested and used these icon sets ourselves. + +- [Iconic](https://useiconic.com/open/) +- [Octicons](https://octicons.github.com/) +- [Entypo](http://www.entypo.com/) + +## More options +While we haven't tried these out, they do look promising and provide multiple formats—including SVG. + +- [Google Material icons](https://material.io/icons/) +- [Ionicons](http://ionicons.com/) +- [Feather](http://colebemis.com/feather/) +- [Dripicons](http://demo.amitjakhu.com/dripicons/) +- [Ikons](http://ikons.piotrkwiatkowski.co.uk/) +- [Glyph](http://glyph.smarticons.co/) |
