CSS Twitter bootstrap 带有标签的完整图标列表
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11078558/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Twitter bootstrap complete list of icons with label
提问by Whisher
I'm new using the excellent stuff of css twitter bootstrap and having a problem, I'm not able to find a complete list of all the icons with a meaningful label. I've just googling without no change. Can you give me a link, please?
我是新手,使用 css twitter bootstrap 的优秀东西,遇到问题,我无法找到所有带有有意义标签的图标的完整列表。我只是谷歌搜索没有任何变化。请问可以给个链接吗?
回答by Xella
You can use native twitter bootstrap icons: twitter bootstrap
您可以使用本机 twitter bootstrap 图标:twitter bootstrap
Or font awesomewhich has many more icons.
或者字体真棒,它有更多的图标。
Perhaps there are some ready-made fonts that can be used, but I only know this one.
也许有一些现成的字体可以使用,但我只知道这一种。
Here you can read how to use them: w3resource
在这里你可以阅读如何使用它们:w3resource
So you can use your own icons. How to do this: create custom icons
所以你可以使用自己的图标。如何做到这一点:创建自定义图标
回答by tozCSS
I found http://glyphsearch.com/extremely helpful. Some icons have more than one tag, and it let's you search over tags.
我发现http://glyphsearch.com/非常有帮助。有些图标有多个标签,它让您可以搜索标签。
回答by grim
For Bootstrap 3, check the official documentation http://getbootstrap.com/components/#glyphicons.
对于 Bootstrap 3,请查看官方文档http://getbootstrap.com/components/#glyphicons。
If you want the code for the icons, this is the best resource I've found: http://bootply.com/61521.
如果你想要图标的代码,这是我找到的最好的资源:http: //bootply.com/61521。
Note that the HTML changed a bit; instead of using tags, use tags and the .icon .icon-* and .icon-white classes are now .glyphicon, .glyphicon-*, .glyphicon-white.
请注意,HTML 略有变化;而不是使用标签,使用标签和 .icon .icon-* 和 .icon-white 类现在是 .glyphicon、.glyphicon-*、.glyphicon-white。
EDIT: Bootstrap has updated their documentation, you can now find the whole list at http://getbootstrap.com/2.3.2/base-css.html#icons
编辑:Bootstrap 更新了他们的文档,你现在可以在http://getbootstrap.com/2.3.2/base-css.html#icons找到整个列表