{"id":13630492,"url":"https://github.com/didierfranc/gatsby-plugin-google-fonts","last_synced_at":"2025-04-09T13:08:06.301Z","repository":{"id":53460380,"uuid":"103986066","full_name":"didierfranc/gatsby-plugin-google-fonts","owner":"didierfranc","description":"Bring Google Fonts to Gatsby https://www.gatsbyjs.org/","archived":false,"fork":false,"pushed_at":"2021-03-30T08:34:31.000Z","size":12,"stargazers_count":88,"open_issues_count":10,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T07:59:16.571Z","etag":null,"topics":["fonts","gatsby","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/didierfranc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-18T20:03:10.000Z","updated_at":"2023-10-17T02:17:21.000Z","dependencies_parsed_at":"2022-09-16T01:34:31.951Z","dependency_job_id":null,"html_url":"https://github.com/didierfranc/gatsby-plugin-google-fonts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didierfranc%2Fgatsby-plugin-google-fonts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didierfranc%2Fgatsby-plugin-google-fonts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didierfranc%2Fgatsby-plugin-google-fonts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didierfranc%2Fgatsby-plugin-google-fonts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/didierfranc","download_url":"https://codeload.github.com/didierfranc/gatsby-plugin-google-fonts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045233,"owners_count":21038553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fonts","gatsby","react"],"created_at":"2024-08-01T22:01:44.890Z","updated_at":"2025-04-09T13:08:06.276Z","avatar_url":"https://github.com/didierfranc.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# gatsby-plugin-google-fonts\n\n## How to use it ?\n\n```js\nyarn add gatsby-plugin-google-fonts\n// or\nnpm install gatsby-plugin-google-fonts --save\n```\n\nAdd some fonts to your `gatsby-config.js`:\n\n```js\nmodule.exports = {\n  siteMetadata: {\n    title: `I like Google fonts`\n  },\n  plugins: [\n    {\n      resolve: `gatsby-plugin-google-fonts`,\n      options: {\n        fonts: [\n          `limelight`,\n          `source sans pro\\:300,400,400i,700` // you can also specify font weights and styles\n        ],\n        display: 'swap'\n      }\n    }\n  ]\n}\n```\n\n\n## How to find great ideas ?\n\n- https://fonts.google.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidierfranc%2Fgatsby-plugin-google-fonts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdidierfranc%2Fgatsby-plugin-google-fonts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidierfranc%2Fgatsby-plugin-google-fonts/lists"}