{"id":27300868,"url":"https://github.com/zerox-dg/gofont","last_synced_at":"2026-05-01T19:34:14.393Z","repository":{"id":109052300,"uuid":"164584708","full_name":"ZeroX-DG/Gofont","owner":"ZeroX-DG","description":"A simple google font downloader written in Golang","archived":false,"fork":false,"pushed_at":"2019-01-09T05:34:42.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T08:17:32.423Z","etag":null,"topics":["downloader","font","golang","google"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ZeroX-DG.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-08T06:58:59.000Z","updated_at":"2020-03-30T18:07:34.000Z","dependencies_parsed_at":"2023-03-10T20:00:36.864Z","dependency_job_id":null,"html_url":"https://github.com/ZeroX-DG/Gofont","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZeroX-DG/Gofont","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroX-DG%2FGofont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroX-DG%2FGofont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroX-DG%2FGofont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroX-DG%2FGofont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroX-DG","download_url":"https://codeload.github.com/ZeroX-DG/Gofont/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroX-DG%2FGofont/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["downloader","font","golang","google"],"created_at":"2025-04-12T01:26:25.536Z","updated_at":"2026-05-01T19:34:14.361Z","avatar_url":"https://github.com/ZeroX-DG.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gofont\n\n_A simple google font downloader written in Golang_\n\n## About this project\n\nThis project contains my very first lines of golang. I created this project mainly because I want to try out Go (I really hate it so far).\n\n## What does it do?\n\nJust feed it an url to google font api and it will download that font to your desired location!\n\n**Example of a google font api url**\n\n```\nhttps://fonts.googleapis.com/css?family=Charm|Dancing+Script\n```\n\n### Example 1: Download fonts from google to a directory\n\nSyntax:\n\n```\n$ gofont \"\u003cgoogle_font_link\u003e\" \"\u003clocation_for_downloaded_font\u003e\"\n```\n\nExample:\n\n```\n$ gofont \"https://fonts.googleapis.com/css?family=Charm|Dancing+Script\" \"fonts\"\n```\n\n### Example 2: Download fonts from google and generate a css file for that font\n\nSyntax:\n\n```\n$ gofont --cssFile=\"\u003clocation_for_css\u003e\" \"\u003cgoogle_font_link\u003e\" \"\u003clocation_for_downloaded_font\u003e\"\n```\n\nExample:\n\n```\n$ gofont --cssFile=\"./styles/fonts.css\" \"https://fonts.googleapis.com/css?family=Charm|Dancing+Script\" \"fonts\"\n```\n\n## Todo\n\nI'm still trying out Go so maybe I'll add some more features such as:\n\n- [x] Generate a CSS file pointing to the location of the downloaded font\n- [ ] Make logger more colorful by printing the details with color\n- [x] Cry a lot because I don't understand how Go `import` works\n- [ ] Search for fonts on google fonts\n\n## License\n\n- [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerox-dg%2Fgofont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerox-dg%2Fgofont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerox-dg%2Fgofont/lists"}