Clone fontawesome clean

Installs: 186

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Language: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

use composer req huynguyen/fa manual include css and js in the vendor folders

<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>