twitter-bootstrap Bootstrap 3 中的图标发生了什么变化?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17901776/
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
What happened to the icons in Bootstrap 3?
提问by Phillip Senn
Icons are no longer mentioned in Bootstrap. I wonder why that is? I've looked in the documentation, and they're no longer mentioned. Stack Overflow keeps asking me to up the quality of my post.
Bootstrap 中不再提及图标。我不知道这是为什么?我查看了文档,不再提及它们。Stack Overflow 一直要求我提高帖子的质量。
回答by Franco
Extracted from the official documentation: "With the launch of Bootstrap 3, icons have been moved to a separate repository. This keeps the primary project as lean as possible, makes it easier for folks to swap icon libraries, and makes Glyphicons icon fonts more readily available to more people outside Bootstrap."
摘自官方文档:“随着 Bootstrap 3 的推出,图标已移至单独的存储库。这使主要项目尽可能精简,使人们更容易交换图标库,并使 Glyphicons 图标字体更容易Bootstrap 之外的更多人可以使用。”
http://twitter.github.io/bootstrap/css/(section glyphicons)
http://twitter.github.io/bootstrap/css/(字形部分)
You can get the glyphicons here
你可以在这里得到字形
回答by Jan Tojnar
They were separated to their own repository: http://glyphicons.getbootstrap.com/
它们被分离到自己的存储库:http: //glyphicons.getbootstrap.com/

