This will do the trick!
If you're using scss, you can easily add fontawesome by running this to your terminal
npm install @fortawesome/fontawesome-free
then importing this to your main .scss file
@import "@fortawesome/fontawesome-free/css/all.css";
Now, you can easily use it across your project