From 7263ec60e2f223bd1eccf0905b1525cb7fcef1f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2017 19:46:07 -0800 Subject: Rename icon-fonts.md to icons.md --- docs/extend/icon-fonts.md | 6 ------ docs/extend/icons.md | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 docs/extend/icon-fonts.md create mode 100644 docs/extend/icons.md (limited to 'docs/extend') diff --git a/docs/extend/icon-fonts.md b/docs/extend/icon-fonts.md deleted file mode 100644 index 9cddafeea..000000000 --- a/docs/extend/icon-fonts.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: docs -title: Icon fonts ---- - -TODO diff --git a/docs/extend/icons.md b/docs/extend/icons.md new file mode 100644 index 000000000..9cddafeea --- /dev/null +++ b/docs/extend/icons.md @@ -0,0 +1,6 @@ +--- +layout: docs +title: Icon fonts +--- + +TODO -- cgit v1.2.3 From 672fde1a0235fdcf9cd324902f3ff9d874e9a9de Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2017 21:14:41 -0800 Subject: stub out icons page in docs --- docs/extend/icons.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'docs/extend') 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/) -- cgit v1.2.3