1.0.1 • Published 5 years ago

gatsby-plugin-google-fonts v1.0.1

Weekly downloads
20,104
License
MIT
Repository
github
Last release
5 years ago

gatsby-plugin-google-fonts

How to use it ?

yarn add gatsby-plugin-google-fonts
// or
npm install gatsby-plugin-google-fonts --save

Add some fonts to your gatsby-config.js:

module.exports = {
  siteMetadata: {
    title: `I like Google fonts`
  },
  plugins: [
    {
      resolve: `gatsby-plugin-google-fonts`,
      options: {
        fonts: [
          `limelight`,
          `source sans pro\:300,400,400i,700` // you can also specify font weights and styles
        ],
        display: 'swap'
      }
    }
  ]
}

How to find great ideas ?

gatsby-developer-themeshycat-theme-shopifywalrus-docs@shycat/shycat-theme-shopify@dewen_li/gatsby-theme-bodilessgatsby-fassetgatsby-theme-katahdingatsby-theme-cumberlandwalrus-marketinggatsby-arcadia-starterwhitebrickgatsby-theme-whitebrick@rodriguesmyron/gatsby-theme-podcast@everything-registry/sub-chunk-1721gatsby-theme-mdxsj-blogshapeable-starter-web@seanyoko/gatsby-theme-test@shycat/gatsby-theme-shopify@sprucelabs/heartwood-tokens@willjw3/gatsby-theme-techbloggatsby-starter-hero-bloggatsby-starter-hoodiegatsby-theme-hungry-bear-basegatsby-theme-hungry-bear-portfoliogatsby-theme-blocks-docsgatsby-theme-vulcangatsby-theme-west-egggatsby-theme-west-egg-stylegatsby-theme-whitebrick-clientgatsby-theme-tattoogatsby-theme-tech-bloggatsby-theme-testimonialsgatsby-theme-xdmorgangatsby-starter-smallgatsby-theme-dev-resumegatsby-theme-developergatsby-theme-docgatsby-theme-docs-enginegatsby-v2-starter-lumengatsby-theme-anchorgatsby-theme-mosmangatsby-theme-narrabeengatsby-theme-minsbigatsby-theme-mds-mutual-aidgatsby-theme-randwickgatsby-theme-plumegatsby-theme-pocketgatsby-theme-podcastinggatsby-theme-serenitygatsby-theme-saasgatsby-serenity-themefigdog-themehemingway-cligatsby-gardengatsby-docs-startergatsby-plugin-bluewingsocular-gatsby@fionawhim-site/gatsby-theme-blog@daniel.husar/gatsby-theme-springboost-cmsdaudr-blog@jckr/ocular-gatsbyblog-theme-lemur@bodiless/gatsby-theme-bodiless@alexadark/gatsby-theme-wordpress-blog@adamwebster/tabini@achilleskal/awesome-blog@asemirsk/gatsby-theme-bodiless@weknow/gatsby-theme-drupal-boina@westegg/gatsby-theme-recipes@zalastax/nolb-gatsby-plugin-g@corex/gatsby-material-theme@cyberhippo/gatsby-theme-recipes@kabartolo/gatsby-theme-chicago-docs@marinda/gatsby-theme-recipes@nyctalope/doc@lemurweb/gatsby-theme-blog-prismic@m00n/gatsby-starter-docs-material-ui
1.0.1

5 years ago

1.0.0

5 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago