iFontAwesomePro
Font Awesome Pro Icons
Setup
Make sure to install the dependencies:
NPM
npm install ifontawesome.pro
You can import iFontAwesomePro in your HTML, CSS or JavaScript code, just like:
HTML
<link rel="stylesheet" href="ifontawesome.pro/css/all.min.css">
or
<script src="ifontawesome.pro/js/all.min.js"></script>
CSS
@import 'ifontawesome.pro/css/all.min.css';
JavaScript
import 'ifontawesome.pro';
Example
<!DOCTYPE html>
<html>
<head>
<title>iFontAwesomePro Example</title>
<link rel="stylesheet" href="ifontawesome.pro/css/all.min.css">
</head>
<body>
<h1>Hello, NOMi!</h1>
<p>I <i class="fa-solid fa-heart"></i> iFontAwesomePro</p>
</body>
</html>
Check out the iFontAwesomePro for available icons.