gpt4 book ai didi

twitter-bootstrap - 如何在 3.0.0 中使用 Bootstrap Glyphicons?

转载 作者:行者123 更新时间:2023-12-03 13:30:20 27 4
gpt4 key购买 nike

我在 Bootstrap 中使用 Glyphicons。我直接从 http://glyphicons.getbootstrap.com/css/bootstrap-glyphicons.css 调用 CSS但这现在已经消失了,不推荐。

这显然与 Twitter 再次在 Bootstrap 包中提供 Glyphicons 不谋而合。我正在使用 Bootstrap 3.0.0 RC1 或 RC2。

我的问题:我不知道如何在我自己的主机中使用这些图标...
在我看来,代码包含在 bootstrap.css (?) 中。
我已经上传了“字体”目录,但只得到空白的空框图标,其中应该有适当的图标。

请问有什么想法吗?应该在哪里以及应该如何调用它?

最佳答案

bootstrap-glyphicons.css文件似乎已被最终\生产 Bootstrap 3.0.0 删除。只需从 http://getbootstrap.com/ 下载 zip然后复制dist/css/bootstrap.min.css文件在您的 css 文件夹中。然后,您应该将其包含在您的 HTML 页面中,如下所示:

<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Glyphicons</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Bootstrap CSS file -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">

</head>
<body>

<!-- Glyphicon in a H1 tag -->
<h1>Hello, <span class="glyphicon glyphicon-globe"></span> !</h1>

</body>
</html>

来源: http://getbootstrap.com/getting-started/

关于twitter-bootstrap - 如何在 3.0.0 中使用 Bootstrap Glyphicons?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18310104/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com