0.0.1 • Published 4 years ago

gatsby-source-fontawesome v0.0.1

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

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`],
}