gatsby-source-fontawesome is package provide fontawesome fonts from graphql schema.
gatsby-source-fontawesome requires Node.js v4+ to run.
$ yarn add gatsby-source-fontawesome
or
$ npm install --save gatsby-source-fontawesome
//In your gatsby-config.js
module.exports = {
plugins: [`gatsby-source-fontawesome`],
}