{"id":13989427,"url":"https://github.com/rastikerdar/vazirmatn","last_synced_at":"2026-03-17T22:08:15.361Z","repository":{"id":37468595,"uuid":"44182075","full_name":"rastikerdar/vazirmatn","owner":"rastikerdar","description":"Vazirmatn is a Persian/Arabic font. وزیرمتن یک فونت فارسی/عربی است","archived":false,"fork":false,"pushed_at":"2023-06-14T13:12:01.000Z","size":243925,"stargazers_count":2964,"open_issues_count":53,"forks_count":198,"subscribers_count":33,"default_branch":"master","last_synced_at":"2026-01-30T21:45:15.069Z","etag":null,"topics":["arabic","farsi","font","persian","typeface"],"latest_commit_sha":null,"homepage":"https://rastikerdar.github.io/vazirmatn/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ofl-1.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rastikerdar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.txt"}},"created_at":"2015-10-13T14:30:10.000Z","updated_at":"2026-01-27T19:26:00.000Z","dependencies_parsed_at":"2024-01-18T04:11:27.763Z","dependency_job_id":"a12d5cad-c4b3-4086-b6c4-7bb0c182f112","html_url":"https://github.com/rastikerdar/vazirmatn","commit_stats":{"total_commits":387,"total_committers":24,"mean_commits":16.125,"dds":0.2093023255813954,"last_synced_commit":"030f4053684008844030404a0db579549c0357b6"},"previous_names":["rastikerdar/vazir-font"],"tags_count":126,"template":false,"template_full_name":null,"purl":"pkg:github/rastikerdar/vazirmatn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastikerdar%2Fvazirmatn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastikerdar%2Fvazirmatn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastikerdar%2Fvazirmatn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastikerdar%2Fvazirmatn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rastikerdar","download_url":"https://codeload.github.com/rastikerdar/vazirmatn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rastikerdar%2Fvazirmatn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30633240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"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":["arabic","farsi","font","persian","typeface"],"created_at":"2024-08-09T13:01:38.847Z","updated_at":"2026-03-17T22:08:15.322Z","avatar_url":"https://github.com/rastikerdar.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Vazirmatn Font فونت وزیرمتن\n\nVazirmatn is a Persian/Arabic font project that started in 2015 under the name of Vazir with the idea of a new simple and legible typeface suitable for web pages and applications. Design and development have taken a long way but I hope the results are worth it. Thanks to DejaVu Sans font (v2.35) published in public domain there was a free software base to start the Vazir project. Although Vazir was completely different in typeface, still the original software was common. The design is done in Fontforge. For Latin glyphs, Vazirmatn is combined with Roboto font by a build script, however there is also a version without Latin glyphs (Non-Latin). ([More info](https://rastikerdar.github.io/vazirmatn/fa/docs))\n\n- [Website](https://rastikerdar.github.io/vazirmatn)\n- [Docs](https://rastikerdar.github.io/vazirmatn/fa/docs)\n- [Test the font](https://rastikerdar.github.io/vazirmatn/fa/lab)\n\n## Install\n\n### Download\n\nGrab the [latest release](https://github.com/rastikerdar/vazirmatn/releases/latest) zip package.\n\nTTF files are in folder `fonts/ttf`. There is also a rounded dots version in folder `Round-Dots/`.\n\n### [npm](https://www.npmjs.com/package/vazirmatn)\n\n```\nnpm install vazirmatn\n```\nor\n```\nyarn add vazirmatn\n```\n\n### CDN\n\n```html\n\u003clink href=\"https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css\" rel=\"stylesheet\" type=\"text/css\" /\u003e\n```\n\n`*-font-face.css` for other versions are in `misc` and `Round-Dots` folders.\n\n```css\nbody {\n    font-family: Vazirmatn, sans-serif;\n}\n```\n\n### Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts))\n```\nyay -S vazirmatn-fonts\n```\n\n### Fedora Linux\nYou can install the main variant of Vazirmatn font with this command:\n```\ndnf install vazirmatn-vf-fonts\n```\n\nIf you want to install all variants of Vazirmatn (RD/NL/UI/...), install `vazirmatn-fonts-all`:\n```\ndnf install vazirmatn-fonts-all\n```\n\nIf you use Fedora in Persian, Vazirmatn will become the default font for displaying Persian text\nin almost all applications.\n\n## Build\n\nAll weights other than Thin, Regular and Black are generated by interpolation method by [fontmake](https://github.com/googlefonts/fontmake) library. See [README.md](/scripts/README.md) in `scripts/`. All build steps (generating files) are done by scripts.\n\n## Thank you\n\n- [fontforge](https://fontforge.org/)\n- [fontmake](https://github.com/googlefonts/fontmake)\n- [fonttools](https://github.com/fonttools/fonttools)\n- [DejaVu Fonts v2.35](https://dejavu-fonts.github.io) (used for the first version)\n\n## License\nThis Font Software is licensed under the SIL Open Font License, Version 1.1. See [OFL.txt](OFL.txt).\n\n## Authors\nSee [AUTHORS.txt](AUTHORS.txt).\n\n## Donation\n[Website](https://rastikerdar.github.io/vazirmatn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frastikerdar%2Fvazirmatn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frastikerdar%2Fvazirmatn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frastikerdar%2Fvazirmatn/lists"}