canina/frontend/admin-panel/public/fonts/vazirmatn-v33.003
parsa aghaei 508356b8d3 feat: add Persian fonts, fix UI bugs, improve frontend quality
- Add local Persian fonts: Vazirmatn, Sahel, Shabnam, Lalezar, IranNastaliq
- Configure @font-face in globals.css with all font weights
- Set Vazirmatn as primary font, Lalezar for headings, Sahel for alt text
- Fix Hero image loading with crossOrigin and error fallback
- Fix SmartAdvisor disabled button contrast (WCAG compliance)
- Add visible labels for form inputs in SmartAdvisor step 1
- Fix UserDashboard null safety for walletBalance
- Fix announcement bar hydration mismatch (loading state guard)
- Fix UserDashboard null checks for profile fields
- Improve overall frontend robustness and data-loading guards
2026-07-11 19:48:43 +03:30
..
fonts feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
misc feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
Round-Dots feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
AUTHORS.txt feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
CHANGELOG.md feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
OFL.txt feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
README.md feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
Vazirmatn-font-face.css feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
Vazirmatn-Variable-font-face.css feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30
راهنما.txt feat: add Persian fonts, fix UI bugs, improve frontend quality 2026-07-11 19:48:43 +03:30

Vazirmatn Font فونت وزیرمتن

Vazirmatn 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)

Install

Download

Grab the latest release zip package.

TTF files are in folder fonts/ttf. There is also a rounded dots version in folder Round-Dots/.

npm

npm install vazirmatn

or

yarn add vazirmatn

CDN

<link href="https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css" rel="stylesheet" type="text/css" />

*-font-face.css for other versions are in misc and Round-Dots folders.

body {
    font-family: Vazirmatn, sans-serif;
}

Arch Linux (AUR)

yay -S vazirmatn-fonts

Build

All weights other than Thin, Regular and Black are generated by interpolation method by fontmake library. See README.md in scripts/. All build steps (generating files) are done by scripts.

Thank you

License

This Font Software is licensed under the SIL Open Font License, Version 1.1. See OFL.txt.

Authors

See AUTHORS.txt.