gatsby-plugin-fontawesome-css

1.2.0 • Public • Published

gatsby-plugin-fontawesome-css

Disables Font Awesome auto CSS insertion and instead inserts it at compile time.

Why

Go to this Gatsby example site with Font Awesome icons. On the initial load, the page will jump. This is more clear if you disable JavaScript and reload the page. The problem is that Font Awesome inserts its styles in the frontend.

Install

First, follow Font Awesome docs to add it to your app.

Second, install the plugin:

yarn add gatsby-plugin-fontawesome-css

or

npm install --save gatsby-plugin-fontawesome-css

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [`gatsby-plugin-fontawesome-css`],
}

Package Sidebar

Install

npm i gatsby-plugin-fontawesome-css

Weekly Downloads

3,135

Version

1.2.0

License

MIT

Unpacked Size

4.97 kB

Total Files

7

Last publish

Collaborators

  • jzabala
  • ed-wright