{"id":38568973,"url":"https://github.com/y-sunflower/pyfonts","last_synced_at":"2026-04-01T23:46:06.829Z","repository":{"id":247630294,"uuid":"826394620","full_name":"y-sunflower/pyfonts","owner":"y-sunflower","description":"A simple and reproducible way of using fonts in matplotlib","archived":false,"fork":false,"pushed_at":"2026-03-22T14:15:34.000Z","size":2079,"stargazers_count":81,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-23T05:05:32.680Z","etag":null,"topics":["font","google","matplotlib","python"],"latest_commit_sha":null,"homepage":"https://y-sunflower.github.io/pyfonts/","language":"Python","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/y-sunflower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-09T16:15:29.000Z","updated_at":"2026-03-22T14:14:59.000Z","dependencies_parsed_at":"2024-12-30T20:24:23.437Z","dependency_job_id":"99d350c1-43bd-43f0-9eee-9f488631e6e0","html_url":"https://github.com/y-sunflower/pyfonts","commit_stats":null,"previous_names":["josephbarbierdarnal/lazyfont","josephbarbierdarnal/pyfont","y-sunflower/pyfonts"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/y-sunflower/pyfonts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fpyfonts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fpyfonts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fpyfonts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fpyfonts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-sunflower","download_url":"https://codeload.github.com/y-sunflower/pyfonts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-sunflower%2Fpyfonts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: 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":["font","google","matplotlib","python"],"created_at":"2026-01-17T07:58:30.197Z","updated_at":"2026-04-01T23:46:06.825Z","avatar_url":"https://github.com/y-sunflower.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" style=\"font-size: 1.6em\"\u003e\n\n# pyfonts\n\n[![PyPI Downloads](https://static.pepy.tech/badge/pyfonts)](https://pepy.tech/projects/pyfonts)\n![Coverage](https://raw.githubusercontent.com/y-sunflower/pyfonts/refs/heads/main/coverage-badge.svg)\n![Python Versions](https://img.shields.io/badge/Python-3.9–3.14-blue)\n\n\u003cimg src=\"https://github.com/JosephBARBIERDARNAL/static/blob/main/python-libs/pyfonts/image.png?raw=true\" alt=\"Pyfonts logo\" align=\"right\" width=\"150px\"/\u003e\n\n\u003c/div\u003e\n\nA **simple** and **reproducible** way of using fonts in matplotlib. In short, `pyfonts`:\n\n- allows you to use all fonts from [**Google Font**](https://fonts.google.com/)\n- allows you to use all fonts from [**Bunny Font**](https://fonts.bunny.net/) (GDPR-compliant alternative to Google Fonts)\n- allows you to use any font from an **arbitrary URL**\n- is **efficient** (thanks to its cache system)\n\n\u003cbr\u003e\n\n## Quick start\n\n- Google Fonts\n\n```python\nimport matplotlib.pyplot as plt\nfrom pyfonts import load_google_font\n\nfont = load_google_font(\"Fascinate Inline\")\n\nfig, ax = plt.subplots()\nax.text(x=0.2, y=0.5, s=\"Hey there!\", size=30, font=font)\n```\n\n![](https://raw.githubusercontent.com/y-sunflower/pyfonts/refs/heads/main/docs/img/quickstart.png)\n\n- Bunny Fonts\n\n```python\nimport matplotlib.pyplot as plt\nfrom pyfonts import load_bunny_font\n\nfont = load_bunny_font(\"Barrio\")\n\nfig, ax = plt.subplots()\nax.text(x=0.2, y=0.5, s=\"Hey there!\", size=30, font=font)\n```\n\n![](https://raw.githubusercontent.com/y-sunflower/pyfonts/refs/heads/main/docs/img/quickstart-2.png)\n\n[**See more examples**](https://y-sunflower.github.io/pyfonts/#quick-start)\n\n\u003cbr\u003e\n\n## Installation\n\n```bash\npip install pyfonts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-sunflower%2Fpyfonts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-sunflower%2Fpyfonts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-sunflower%2Fpyfonts/lists"}