克隆 fontawesome clean

这个包的官方仓库似乎已不存在,因此该包已被冻结。

维护者

详细信息

github.com/loi-chuanoi/fa

源代码

问题

安装: 186

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分叉: 0

语言:CSS

v5.7.2.2 2019-10-19 03:57 UTC

This package is not auto-updated.

Last update: 2021-06-25 22:34:15 UTC


README

Composer Fontawersome

使用 composer req huynguyen/fa 手动在 vendor 文件夹中包含 css 和 js

<head>
 <!--core first + styles last-->
<link href="/static/fontawesome/fontawesome-all.css" rel="stylesheet">
</head>
<body>
<!--user icon in two different styles-->
<i class="fas fa-user"></i>
<i class="far fa-user"></i>
<!--brand icon-->
<i class="fab fa-github-square"></i>
</body>