huynguyen / fa
Clone fontawesome clean
This package's canonical repository appears to be gone and the package has been frozen as a result.
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>