{"id":19098664,"url":"https://github.com/bloggify/google-font-downloader","last_synced_at":"2025-04-09T21:21:17.935Z","repository":{"id":57252154,"uuid":"135307359","full_name":"Bloggify/google-font-downloader","owner":"Bloggify","description":"🌩 Google Font Downloader is a CLI tool which allows you to download the needed Google Fonts, by providing the Google APIs url.","archived":false,"fork":false,"pushed_at":"2022-11-15T20:08:00.000Z","size":14,"stargazers_count":165,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T14:01:40.347Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"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/Bloggify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-29T14:20:49.000Z","updated_at":"2025-03-31T00:17:59.000Z","dependencies_parsed_at":"2023-01-23T03:01:13.342Z","dependency_job_id":null,"html_url":"https://github.com/Bloggify/google-font-downloader","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2Fgoogle-font-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2Fgoogle-font-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2Fgoogle-font-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bloggify%2Fgoogle-font-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bloggify","download_url":"https://codeload.github.com/Bloggify/google-font-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248112383,"owners_count":21049650,"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":["hacktoberfest"],"created_at":"2024-11-09T03:46:59.874Z","updated_at":"2025-04-09T21:21:17.907Z","avatar_url":"https://github.com/Bloggify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. --\u003e\n\n\n\n\n\n\n\n\n[![google-font-downloader](https://i.imgur.com/arpGZH6.png)](#)\n\n\n\n\n\n\n\n\n\n\n\n# `$ google-font-downloader`\n\n [![Version](https://img.shields.io/npm/v/google-font-downloader.svg)](https://www.npmjs.com/package/google-font-downloader) [![Downloads](https://img.shields.io/npm/dt/google-font-downloader.svg)](https://www.npmjs.com/package/google-font-downloader)\n\n\n\n\n\n\n\n\u003e Download Google fonts by providing the url\n\n\n\n\n\n\n#### Usage\n\n\nYou can use this tool to download Google Fonts for offline use, just by providing the Google APIs url.\n\n\n:bulb: **Note**: It's not clear yet if Google Fonts are EU GDPR compliant (see [this issue](https://github.com/google/fonts/issues/1495)). This may be a good reason to download the Google Fonts you use on your server.\n\n#### How it works\n\n\nYou need to provide the url to the Google APIs endpoint (e.g. `https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i`) and you will get the following files/directories in the current working directory:\n\n\n - A file named `google-fonts-\u003ctimestamp\u003e.css`—this will contain the CSS snippets that you need to copy in your app. You may need to update the paths to the font files.\n - A directory structure looking like this: `fonts/\u003cfont-name\u003e/\u003cversion\u003e/\u003cfont-file\u003e`\n\n![](https://i.imgur.com/yGcOPKg.gif \"Example\")\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :cloud: Installation\n\nYou can install the package globally and use it as command line tool:\n\n\n```sh\n# Using npm\nnpm install --global google-font-downloader\n\n# Using yarn\nyarn global add google-font-downloader\n```\n\n\nThen, run `google-font-downloader --help` and see what the CLI tool can do.\n\n\n```\n$ google-font-downloader --help\nUsage: google-font-downloader \u003curl\u003e [options]\n\nDownload Google fonts by providing the url\n\nCommand arguments:\n  \u003curl\u003e  The Google APIs url.\n\nOptions:\n  -h, --help     Displays this help.\n  -v, --version  Displays version information.\n\nExamples:\n  $ google-font-downloader https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i\n\nDocumentation can be found at https://github.com/Bloggify/google-font-downloader#readme.\n```\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :question: Get Help\n\nThere are few ways to get help:\n\n\n\n 1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.\n 2. For bug reports and feature requests, open issues. :bug:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :yum: How to contribute\nHave an idea? Found a bug? See [how to contribute][contributing].\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## :scroll: License\n\n[MIT][license] © [Bloggify][website]\n\n\n\n\n\n\n[license]: /LICENSE\n[website]: https://bloggify.org\n[contributing]: /CONTRIBUTING.md\n[docs]: /DOCUMENTATION.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloggify%2Fgoogle-font-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloggify%2Fgoogle-font-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloggify%2Fgoogle-font-downloader/lists"}