Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Font Changer Logo

تغییر دهنده فونت تلگرام وب

⚡ Telegram Font Changer

Chrome Extension MIT License Vazirmatn Font


📖 معرفی

یه اکستنشن سبک و ساده برای کروم که فونت Telegram Web رو به وزیرمتن تغییر میده و امکان کنترل سایز فونت به صورت زنده (بدون نیاز به رفرش صفحه) رو بهتون میده.

اگر از تلگرام وب استفاده میکنید و میخواید متون فارسی و عربی رو با فونت زیبا و خوانای وزیرمتن با سایز دلخواه ببینید، این اکستنشن دقیقاً همون چیزیه که نیاز دارید! 🎯


✨ امکانات

  • تغییر خودکار فونت تلگرام وب به وزیرمتن با دکمه‌ی فعال / غیرفعال
  • کنترل سایز فونت
  • جداسازی ساید پنل — امکان فعال / غیرفعال کردن تغییر سایز فونت در پنل کناری (لیست چت‌ها) به صورت مجزا از پنل اصلی چت
  • اعمال فوری و بدون رفرش
  • سبک و کم‌حجم
  • متن‌باز و رایگان

🚀 نصب (برای کاربران)

  1. این ریپازیتوری رو کلون کنید یا دانلود کنید
  2. مرورگر کروم رو باز کنید و به آدرس chrome://extensions برید
  3. حالت Developer mode (حالت توسعه‌دهنده) رو فعال کنید
  4. روی Load unpacked کلیک کنید
  5. پوشه پروژه رو انتخاب کنید
  6. حالا برید به 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

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

این اکستنشن از فونت فوق‌العاده وزیرمتن ساخته شده توسط صابر راستی‌کردار استفاده میکنه.

وزیرمتن یک فونت فارسی/عربی متن‌باز، زیبا و خواناست که برای استفاده در وب و اپلیکیشن‌های مدرن طراحی شده.

Vazirmatn GitHub


🗺️ نقشه راه | Roadmap

فیچرهای برنامه‌ریزی شده برای آینده 🚀

  • 🔤 اضافه شدن فونت‌های جدید — پشتیبانی از فونت‌های محبوب دیگه مثل لطیف، ایران سنس و...
  • ⚙️ تنظیم وزن فونت (Font Weight) — قابلیت تنظیم ضخامت فونت به صورت زنده
  • 🌙 حالت شب (Dark Mode) اختصاصی — تنظیمات فونت جداگانه برای حالت شب
  • ⚡ پشتیبانی از Firefox و Edge — انتشار اکستنشن برای مرورگرهای دیگر

💡 ایده یا پیشنهادی دارید؟ — یک Issue جدید توی گیت‌هاب باز کنید یا با contributors درمیون بذارید!


⚖️ مجوز

این پروژه تحت مجوز MIT منتشر شده. فونت وزیرمتن نیز تحت مجوز SIL Open Font License 1.1 منتشر شده.


Telegram Font Changer Logo

🚀 Telegram Font Changer

Chrome Extension MIT License Vazirmatn Font


📖 About

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! 🎯


✨ Features

  • 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

🚀 Installation

  1. Clone or download this repository
  2. Open Chrome and navigate to chrome://extensions
  3. Enable Developer mode
  4. Click Load unpacked
  5. Select the project folder
  6. Go to web.telegram.org, click the extension icon, and enjoy your new font & size! 🎉

🛠 Project Structure

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

🎨 Vazirmatn Font

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.

Vazirmatn GitHub


🗺️ Roadmap

Planned features for future versions 🚀

  • 🔤 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!


⚖️ License

This project is released under the MIT license. Vazirmatn font is also released under the SIL Open Font License 1.1 license.

About

A Chrome extension to customize Telegram Web fonts with your favorite typefaces.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages