Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-fontawesome

gatsby-source-fontawesome is package provide fontawesome fonts from graphql schema.

Installation

gatsby-source-fontawesome requires Node.js v4+ to run.

$ yarn add gatsby-source-fontawesome

or

$ npm install --save gatsby-source-fontawesome

How To Use

//In your gatsby-config.js
module.exports = {
  plugins: [`gatsby-source-fontawesome`],
}
© 2023 Gatsby, Inc.