{"id":18083619,"url":"https://github.com/akirak/fonts-container","last_synced_at":"2026-02-04T16:36:28.791Z","repository":{"id":88818441,"uuid":"164198430","full_name":"akirak/fonts-container","owner":"akirak","description":"Install fonts from AUR on any Linux distribution","archived":false,"fork":false,"pushed_at":"2024-09-17T15:12:32.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T23:27:28.637Z","etag":null,"topics":["dockerfile","package-management"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/akirak.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}},"created_at":"2019-01-05T08:57:54.000Z","updated_at":"2019-01-11T13:46:52.000Z","dependencies_parsed_at":"2025-02-12T05:35:31.985Z","dependency_job_id":"ba5bfc97-21a9-4752-9c27-e7643f20eaa3","html_url":"https://github.com/akirak/fonts-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akirak/fonts-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akirak%2Ffonts-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akirak%2Ffonts-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akirak%2Ffonts-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akirak%2Ffonts-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akirak","download_url":"https://codeload.github.com/akirak/fonts-container/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akirak%2Ffonts-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29090816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dockerfile","package-management"],"created_at":"2024-10-31T14:08:59.150Z","updated_at":"2026-02-04T16:36:28.756Z","avatar_url":"https://github.com/akirak.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fonts-container\n\nThis is a Docker container for downloading font packages from Arch Linux User Repository (AUR) and extracting font files. I am no longer using Arch Linux daily, but AUR provides an extensive set of packages, including fonts that are not available in the repositories of other Linux distributions such as Debian. By taking advantage of AUR, this tool allows you to install various fonts without downloading them from original source repositories.\n\n## Usage\n\nA recommended way to install fonts using this container is to use `install-fonts.sh` script contained in the repository. You can pass the names of font packages to the script:\n\n``` shell\nsh install-fonts.sh otf-overpass ttf-monaco\n```\n\nWhen you run the script, first font files in the packages are installed to `~/.local/share/fonts`, and then `fc-cache` is run to update the font cache.\n\nIf you omit the arguments, it installs my preferred fonts.\n\nAlternatively, you can directly use the container whose entry point is an AUR helper:\n\n``` shell\ndocker run \\\n    --mount=type=bind,source=$HOME/.local/share/fonts,destination=/usr/share/fonts \\\n    akirak/fonts-installer:latest otf-overpass ttf-monaco\n```\n\nIn the example above, font files from `otf-overpass` and `ttf-monaco` packages are installed to your home directory. Don't forget to run `fc-cache` after the container is run.\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakirak%2Ffonts-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakirak%2Ffonts-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakirak%2Ffonts-container/lists"}