The font with all the quirky icons of hacker culture!

Install Locally

sudo pacman -S ttf-font-awesome sudo pacman -S nerd-fonts

Add To Webpage (With SCSS)

  1. Download font-awesome from the site https://fontawesome.com/download
  2. move the scss folder files into a sub-folder called fontawesomeinside where you keep your main main.scss.
  3. do
@import 'fontawesome/fontawesome';
@import 'fontawesome/solid';
@import 'fontawesome/brands';
  1. move webfonts folder to your root directory