Fortawesome is a premium font collection that we use as our icon library through [Font Awesome](https://fontawesome.com).

We use NPM to install our premium fonts and that process is not as direct as installing
any other libraries from npm since it is not freely available in the package registry.

To install fortawesome through npm you will need to log in to our fontawesome.com which
is available on the company's 1password manager, and follow [this guide](https://fontawesome.com/how-to-use/on-the-web/setup/using-package-managers#installing-pro) to set your auth token in your local npm installation before you can run

```md static
yarn add @fortawesome/fontawesome-pro
```