یه اکستنشن سبک و ساده برای کروم که فونت Telegram Web رو به وزیرمتن تغییر میده و امکان کنترل سایز فونت به صورت زنده (بدون نیاز به رفرش صفحه) رو بهتون میده.
اگر از تلگرام وب استفاده میکنید و میخواید متون فارسی و عربی رو با فونت زیبا و خوانای وزیرمتن با سایز دلخواه ببینید، این اکستنشن دقیقاً همون چیزیه که نیاز دارید! 🎯
- تغییر خودکار فونت تلگرام وب به وزیرمتن با دکمهی فعال / غیرفعال
- کنترل سایز فونت
- جداسازی ساید پنل — امکان فعال / غیرفعال کردن تغییر سایز فونت در پنل کناری (لیست چتها) به صورت مجزا از پنل اصلی چت
- اعمال فوری و بدون رفرش
- سبک و کمحجم
- متنباز و رایگان
- این ریپازیتوری رو کلون کنید یا دانلود کنید
- مرورگر کروم رو باز کنید و به آدرس
chrome://extensionsبرید - حالت Developer mode (حالت توسعهدهنده) رو فعال کنید
- روی Load unpacked کلیک کنید
- پوشه پروژه رو انتخاب کنید
- حالا برید به web.telegram.org، روی آیکون اکستنشن کلیک کنید و از فونت و سایز دلخواه لذت ببرید! 🎉
telegram-font-changer/
├── manifest.json # تنظیمات اکستنشن (نسخه 1.1.0)
├── README.md # مستندات پروژه
├── content.js # اسکریپت اصلی (تزریق فونت + سایزدهی زنده)
├── style.css # استایلهای اصلی فونت Vazirmatn
├── popup.html # رابط کاربری پاپآپ (فارسی / RTL)
├── popup.css # استایل دارک-mode پاپآپ (طراحی اپللایک)
├── popup.js # منطق پاپآپ و ذخیره تنظیمات
├── assets/ # آیکونهای اکستنشن و لوگوی سفارشی
│ ├── 16x16.png
│ ├── 48x48.png
│ ├── 128x128.png
│ └── logo.png
└── fonts/
├── Vazirmatn-Thin.woff2
├── Vazirmatn-ExtraLight.woff2
├── Vazirmatn-Light.woff2
├── Vazirmatn-Regular.woff2
├── Vazirmatn-Medium.woff2
├── Vazirmatn-SemiBold.woff2
├── Vazirmatn-Bold.woff2
├── Vazirmatn-ExtraBold.woff2
├── Vazirmatn-Black.woff2
└── Vazirmatn[wght].woff2
این اکستنشن از فونت فوقالعاده وزیرمتن ساخته شده توسط صابر راستیکردار استفاده میکنه.
وزیرمتن یک فونت فارسی/عربی متنباز، زیبا و خواناست که برای استفاده در وب و اپلیکیشنهای مدرن طراحی شده.
- 🔤 اضافه شدن فونتهای جدید — پشتیبانی از فونتهای محبوب دیگه مثل لطیف، ایران سنس و...
- ⚙️ تنظیم وزن فونت (Font Weight) — قابلیت تنظیم ضخامت فونت به صورت زنده
- 🌙 حالت شب (Dark Mode) اختصاصی — تنظیمات فونت جداگانه برای حالت شب
- ⚡ پشتیبانی از Firefox و Edge — انتشار اکستنشن برای مرورگرهای دیگر
💡 ایده یا پیشنهادی دارید؟ — یک Issue جدید توی گیتهاب باز کنید یا با contributors درمیون بذارید!
این پروژه تحت مجوز MIT منتشر شده. فونت وزیرمتن نیز تحت مجوز SIL Open Font License 1.1 منتشر شده.
A lightweight Chrome extension that changes Telegram Web font to Vazirmatn and lets you adjust the font size live — no page refresh required.
If you use Telegram Web and want to read Persian & Arabic text with the beautiful, readable Vazirmatn font at your preferred size, this extension is exactly what you need! 🎯
- Auto font change of Telegram Web to Vazirmatn with an Enable / Disable button
- Font size control
- Side-panel isolation — enable / disable font-size changes on the chat sidebar independently from the main chat panel
- Instant, no-refresh apply
- Lightweight and small
- Open source and free
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the project folder
- Go to web.telegram.org, click the extension icon, and enjoy your new font & size! 🎉
telegram-font-changer/
├── manifest.json # Extension settings (v1.1.0)
├── README.md # Project documentation
├── content.js # Main script (font injection + live sizing)
├── style.css # Core Vazirmatn font styles
├── popup.html # Popup UI (Persian / RTL)
├── popup.css # Popup dark-mode styles (Apple-like)
├── popup.js # Popup logic & settings persistence
├── assets/ # Extension icons & custom logo
│ ├── 16x16.png
│ ├── 48x48.png
│ ├── 128x128.png
│ └── logo.png
└── fonts/
├── Vazirmatn-Thin.woff2
├── Vazirmatn-ExtraLight.woff2
├── Vazirmatn-Light.woff2
├── Vazirmatn-Regular.woff2
├── Vazirmatn-Medium.woff2
├── Vazirmatn-SemiBold.woff2
├── Vazirmatn-Bold.woff2
├── Vazirmatn-ExtraBold.woff2
├── Vazirmatn-Black.woff2
└── Vazirmatn[wght].woff2
This extension uses the awesome Vazirmatn font created by Saber Rastikerdar.
Vazirmatn is an open-source, beautiful, and highly readable Persian/Arabic font designed for modern web & apps.
- 🔤 More fonts — Support for other popular fonts like Lalezar, IRANSans, etc.
- ⚙️ Font weight control — Live font-weight adjustment
- 🌙 Exclusive Dark Mode — Separate font settings for dark mode
- ⚡ Firefox & Edge support — Publish the extension for other browsers
💡 Have an idea or suggestion? — Open a new Issue on GitHub or share it with the contributors!
This project is released under the MIT license. Vazirmatn font is also released under the SIL Open Font License 1.1 license.
