The internet's icon library + toolkit. Used by millions of designers, devs, & content creators. Open-source. Always free. Always awesome.
1.8 Million Icon Possibilities Duotone Icons Double the layers, double the fun. Font Awesome now includes duotone versions of every icon. Thousands of new icons, endless possibilities! Gaming Icons Roll the dice on game-related icons with everything from handheld game consoles to pinball, wizards....
<linkhref="fontawesome-4.2.0/css/font-awesome.min.css"rel="stylesheet"/><!--[if IE]> <link href="fontawesome-4.2.0/css/font-awesome-ie7.min.css" rel="stylesheet" /> <![endif]--> 如上图,如果是IE浏览器,需要引入font-awesome-ie7.min.css ,因为fontAwesome支持IE7+浏览器的。(唉。。
Font Awesome Icons – List of 6500+ Free FA FA Icon (Version 6, 5, 4) Get FA FA Icons List of Fa Solid, Fa Regular, Fas, Brands, and Far. This list of Font Awesome cover the Version 6, 5, and 4 icons. You can edit and customize these Font Awesome Icons i
Example of link at 6x Example of link at 5x Example of link at 4x Example of link at 3x Example of link at 2x Example of link fa-link link a 更多设计素材图标:maxdpi迈像素材 After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag: ...
<link href="fontawesome-4.2.0/css/font-awesome-ie7.min.css" rel="stylesheet" /> <![endif]--> 如上图,如果是IE浏览器,需要引入font-awesome-ie7.min.css ,因为fontAwesome支持IE7+浏览器的。(唉。。为何不再往前延伸到支持IE6呢。。。) ...
<link href="fontawesome-4.2.0/css/font-awesome-ie7.min.css" rel="stylesheet" /> <![endif]--> 如上代码,如果是IE浏览器,需要引入font-awesome-ie7.min.css,因为fontAwesome支持IE7+浏览器的。 引用CSS文件之后,接下来就可以使用图标了。例如,我要在页面中显示一个“链接”的图标,我可以这么写: ...
1 直接进入官网,将icon文件下载下来 image.png 2 然后一般下载下来的文件夹内有这么几个文件,只要保存font 和 css两个文件夹就可以 image.png 3 然后将这个文件引入 <linkrel="stylesheet"href="static/font-awesome/css/font-awesome.css"> 4使用
我们可以在它的图标库里挑选自己需要的图标:Font Awesome图标库 这里介绍两个简单的使用方法: 1.通过在线的CDN文件 获取在线CDN文件:BootCDN-Font Awesome Font Awesome的CDN站点 我们需要在头文件里面引用它的CDN文件,href填在线的CDN文件地址。 <head> <link rel="stylesheet" href="https://cdn.bootcdn.net/aj...
参考示例,然后开始使用Font Awesome吧! 简单方式之一:使用默认CSS 如果您使用了默认的Bootstrap CSS样式,那么你可以使用这种方式来引入默认的Font Awesome CSS样式。 复制整个 font-awesome 文件夹到您的项目中。 在HTML的 <head> 中引用font-awesome.min.css。 <link rel="stylesheet" href="path/to/font-awesome...