Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Font Awesome

You can either include Font Awesome through their CDN or install it via npm/yarn.

Installation with yarn

Pro version

  1. Look up the auth token which can be found here. The credentials can be found on 1Password.
  2. Follow these steps to set up font-awesome pro either per project or globally.

Free

For the free version of font-awesome 5 just run yarn add @fortawesome/fontawesome-free

Usage

  1. Navigate to the Font Awesome gallery list
  2. Search for the icon that you wish to include and copy paste the <i> tag into your application: For example for the Angular symbol I can just use this tag: <i class="fab fa-angular"></i>