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@cyberhippo/gatsby-theme-recipes@corex/gatsby-material-theme@bodiless/gatsby-theme-bodiless@asemirsk/gatsby-theme-bodiless@alexadark/gatsby-theme-wordpress-blog@achilleskal/awesome-blog@adamwebster/tabini@daniel.husar/gatsby-theme-spring@fionawhim-site/gatsby-theme-blog@lemurweb/gatsby-theme-blog-prismic@m00n/gatsby-starter-docs-material-ui@marinda/gatsby-theme-recipes@jckr/ocular-gatsby@kabartolo/gatsby-theme-chicago-docs@nyctalope/doc@seanyoko/gatsby-theme-testocular-gatsbyshapeable-starter-websj-bloghemingway-cli@westegg/gatsby-theme-recipes@weknow/gatsby-theme-drupal-boina@willjw3/gatsby-theme-techblog@zalastax/nolb-gatsby-plugin-gdaudr-blogblog-theme-lemurboost-cmsfigdog-themegatsby-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-tokens@shycat/gatsby-theme-shopify
1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

7 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