How to install fonts in Gatsby
-
Install the file from npm or yarn
npm i typeface-fira-mono
-
add the require to the gatsby-browser.js file
require("typeface-fira-mono")
DONE.
Install the file from npm or yarn
npm i typeface-fira-mono
add the require to the gatsby-browser.js file
require("typeface-fira-mono")
DONE.