huynguyen / fa
Clone fontawesome clean
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Language:CSS
pkg:composer/huynguyen/fa
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>