How to install fonts in Gatsby
  1. Install the file from npm or yarn

    npm i typeface-fira-mono

  2. add the require to the gatsby-browser.js file

    require("typeface-fira-mono")

DONE.