{"id":18011225,"url":"https://github.com/homebrew/homebrew-linux-fonts","last_synced_at":"2025-04-07T08:24:18.534Z","repository":{"id":37282415,"uuid":"119044624","full_name":"Homebrew/homebrew-linux-fonts","owner":"Homebrew","description":"🖋 Formula of Ｆ🅾𝓝𝐓𝚂 (fork of Caskroom-fonts)","archived":false,"fork":false,"pushed_at":"2024-10-29T03:15:56.000Z","size":33304,"stargazers_count":51,"open_issues_count":1,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-29T12:25:30.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Homebrew/homebrew-cask-fonts","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Homebrew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.1","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"Homebrew","open_collective":"homebrew","patreon":"homebrew"}},"created_at":"2018-01-26T11:34:54.000Z","updated_at":"2024-10-29T00:25:02.000Z","dependencies_parsed_at":"2024-11-07T01:34:07.363Z","dependency_job_id":null,"html_url":"https://github.com/Homebrew/homebrew-linux-fonts","commit_stats":{"total_commits":45804,"total_committers":542,"mean_commits":84.50922509225093,"dds":0.6004060780717841,"last_synced_commit":"2d6b12dd4ad85711ba24996255d9cdb42a427cdf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Fhomebrew-linux-fonts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Fhomebrew-linux-fonts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Fhomebrew-linux-fonts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Fhomebrew-linux-fonts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Homebrew","download_url":"https://codeload.github.com/Homebrew/homebrew-linux-fonts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247616651,"owners_count":20967436,"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":[],"created_at":"2024-10-30T03:07:32.638Z","updated_at":"2025-04-07T08:24:18.485Z","avatar_url":"https://github.com/Homebrew.png","language":"Ruby","funding_links":["https://github.com/sponsors/Homebrew","https://opencollective.com/homebrew","https://patreon.com/homebrew"],"categories":[],"sub_categories":[],"readme":"# Fonts for Homebrew on Linux\n\nhomebrew-linux-fonts is a Homebrew Tap which allows you to use the same friendly Homebrew-style CLI workflow for the administration of binary font files on your Linux.\nIt is a fork of [homebrew-cask-fonts](https://github.com/Caskroom/homebrew-cask-fonts), since Homebrew Casks are only for macOS.\n\n## Prerequisites\n\nThese fonts are installable with [Homebrew](http://brew.sh).\nOnce installed, you can configure this repo as a source for fonts.\n\nNote that this repo differs from the upstream repository, `homebrew/homebrew-cask-fonts`.\nThe set of fonts available may not match exactly.\nChanges to upstream eventually propagate to this repo.\n\n## Let’s try it!\n\n```bash\n$ brew tap homebrew/linux-fonts          # you only have to do this once!\n$ brew install font-inconsolata --HEAD\n```\n\n## Working with fontconfig\n\nIf you're using major distributions in a single-user installation, run:\n\n```\n$ ln -s /home/linuxbrew/.linuxbrew/share/fonts -t ~/.local/share\n$ fc-cache -fv\n```\n\nFor a multi-user installation, you must use `sudo` to run the commands:\n\n```\n$ sudo ln -s /home/linuxbrew/.linuxbrew/share/fonts -t /usr/local/share\n$ sudo fc-cache -fv\n```\n\nThen you can use the new font installed by `brew`.\n\n## Development\n\n### Submitting a Font Cask and Bugs\n\nThis repository automatically imports new font casks from\n[the upstream repository](https://github.com/homebrew/homebrew-cask-fonts/) with a bot program, so changes there\nwill propagate to this repository automatically eventually.\n\n### Skipping translations by `.caskignore`\n\nSome casks are incompatible with formula definition method.\n`cask2formula` will skip translation for files listed in `.caskignore`.\n`.caskignore` is written in Ruby's [`fnmatch` syntax](https://docs.ruby-lang.org/en/2.6.0/File.html#method-c-fnmatch).\n\n## Font Licenses\n\nThis repository follows `homebrew-cask-fonts`'s policy regarding font licenses:\n\n\u003e homebrew-cask-fonts will only accept fonts which are freely-distributable. However, even freely-distributable fonts may have limitations (for instance, if you use them in a commercial enterprise). It is the responsibility of the user to know and respect the license of each font.\n\n## License\n\n- homebrew-linux-fonts (Formula, cask2formula)\n    Code is under the [BSD 2 Clause (NetBSD) license](https://github.com/Homebrew/homebrew-linux-fonts/blob/master/LICENSE.2)\n\n- homebrew-cask-fonts (all other files)\n    Code is under the [BSD 2 Clause (NetBSD) license](https://github.com/Homebrew/homebrew-cask-fonts/blob/master/LICENSE),\n    also provided [here](https://github.com/Homebrew/homebrew-linux-fonts/blob/master/LICENSE.1).\n\n## Acknowledgement\n\nThe author of this project uses Gitpod to develop this project.\nGitpod provides Professional Open Source plan to him.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomebrew%2Fhomebrew-linux-fonts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomebrew%2Fhomebrew-linux-fonts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomebrew%2Fhomebrew-linux-fonts/lists"}