diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2017-03-18 22:08:55 -0400 |
|---|---|---|
| committer | Pierre-Denis Vanduynslager <[email protected]> | 2017-03-18 22:08:55 -0400 |
| commit | f5cc59145642d78d7abbdf38fee1905786da5367 (patch) | |
| tree | 94e9454a55f9a55353a0ade4bebb7935d03e7da1 /docs/extend | |
| parent | 4ab576a41941b720e2f6fa77724203f66a1d3a17 (diff) | |
| parent | 192a8af0dfcdb5d64a5f273b804011bdcd5d2436 (diff) | |
| download | bootstrap-f5cc59145642d78d7abbdf38fee1905786da5367.tar.xz bootstrap-f5cc59145642d78d7abbdf38fee1905786da5367.zip | |
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/extend')
| -rw-r--r-- | docs/extend/icon-fonts.md | 6 | ||||
| -rw-r--r-- | docs/extend/icons.md | 24 |
2 files changed, 24 insertions, 6 deletions
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..c619ed2ce --- /dev/null +++ b/docs/extend/icons.md @@ -0,0 +1,24 @@ +--- +layout: docs +title: Icons +group: extend +--- + +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/) |
