1.0.1 • Published 6 years ago

gatsby-plugin-google-fonts v1.0.1

Weekly downloads
20,104
License
MIT
Repository
github
Last release
6 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-1721@bodiless/gatsby-theme-bodilesshemingway-cli@westegg/gatsby-theme-recipes@weknow/gatsby-theme-drupal-boina@willjw3/gatsby-theme-techblog@zalastax/nolb-gatsby-plugin-g@achilleskal/awesome-blog@adamwebster/tabini@alexadark/gatsby-theme-wordpress-blog@corex/gatsby-material-theme@lemurweb/gatsby-theme-blog-prismic@kabartolo/gatsby-theme-chicago-docs@seanyoko/gatsby-theme-testocular-gatsbyshapeable-starter-websj-blogdaudr-blogblog-theme-lemurboost-cmsgatsby-theme-anchorgatsby-theme-blocks-docsgatsby-v2-starter-lumengatsby-gardengatsby-docs-startergatsby-theme-dev-resumegatsby-theme-developergatsby-theme-docgatsby-theme-docs-enginegatsby-serenity-themegatsby-starter-hero-bloggatsby-starter-hoodiegatsby-starter-smallgatsby-theme-minsbigatsby-theme-mosmangatsby-theme-podcastinggatsby-theme-narrabeengatsby-theme-plumegatsby-theme-pocketgatsby-theme-randwickgatsby-theme-saasgatsby-theme-tattoogatsby-theme-tech-bloggatsby-theme-testimonialsgatsby-theme-serenitygatsby-theme-mds-mutual-aidgatsby-theme-hungry-bear-basegatsby-theme-hungry-bear-portfoliogatsby-theme-xdmorgangatsby-theme-vulcangatsby-theme-whitebrick-clientgatsby-theme-west-egggatsby-theme-west-egg-stylegatsby-plugin-bluewings@sprucelabs/heartwood-tokensfigdog-theme@shycat/gatsby-theme-shopify@m00n/gatsby-starter-docs-material-ui@marinda/gatsby-theme-recipes@fionawhim-site/gatsby-theme-blog@asemirsk/gatsby-theme-bodiless@nyctalope/doc@daniel.husar/gatsby-theme-spring@cyberhippo/gatsby-theme-recipes@jckr/ocular-gatsby
1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago