7 html css fonts twitter-bootstrap
我已将fontawesome图标下载到文件夹中,将CSS下载到另一个文件夹中.我想现在尝试一下,但我现在得到:
"Error 503 Backend is unhealthy, Backend is unhealthy,Guru Meditation: XID: 1379938886 Varnish cache server"
Run Code Online (Sandbox Code Playgroud)
当我转到fontawesome网站上的示例页面时.
http://fortawesome.github.io/Font-Awesome/examples/
有人能给我一个非常简单的例子,说明如何在DIV中使用SVG字体图标.最简单的就是好,因为我可以找出如何修改它.
另外我只想要最低限度,所以我可以在不添加bootstrap.css文件的情况下使用SVG吗?
小智 9
在http://fontawesome.io/get-started/, 有一个"不使用Bootstrap?" 部分如何在没有Bootstrap的情况下使用它.
在这里:http://fontawesome.io/examples/ 是如何使用它的示例.例如在div中:
<div><i class="icon-camera-retro"></i></div>
Run Code Online (Sandbox Code Playgroud)