hupe1980 / gatsby-theme-material-ui

Gatsby theme for Material-UI
MIT License
100 stars 44 forks source link

It's not affecting after deploying the site to Netlify. #92

Closed saadfrhan closed 1 year ago

saadfrhan commented 2 years ago

/gatsby-config.js

module.exports = {
  plugins: [
    `gatsby-plugin-material-ui`,
    {
      resolve: `gatsby-theme-material-ui`,
      options: {
        webFontsConfig: {
          fonts: {
            google: [
              {
                family: `Poppins`,
                variants: [`700`],
              },
            ],
          },
        },
      },
    },
  ],
};

Unexpected result

image