Linux-BF | বাংলা ফন্ট সংগ্রহ

Free and open-source Bangla fonts for everyone

A curated collection of beautiful Bangla (Bengali) fonts with proper licensing and easy installation for Linux systems.

One-Click Installation

curl -sSL https://banglafont.pages.dev/install.sh | sudo bash

📊 Collection Statistics

🔤
-
Total Fonts
📦
-
Total Size
⚖️
-
Average Size
🏆
-
Largest Font
📝
-
Unique Families
🎨
-
Style Variants

Font Previews

24px
আমার সোনার বাংলা আমি তোমায় ভালোবাসি

All Available Fonts

Manual Installation

Option 1: Using Git

git clone https://github.com/abusayed0206/linux-bf.git
cd linux-bf
chmod +x install.sh
./install.sh

Option 2: Download & Extract

wget https://github.com/abusayed0206/linux-bf/archive/main.zip
unzip main.zip
cd linux-bf-main
chmod +x install.sh
./install.sh

Installation Options

  • ./install.sh - Install for current user (default)
  • sudo ./install.sh --system - Install system-wide
  • ./install.sh --help - Show all options
  • ./install.sh --dry-run - Preview installation

Uninstallation

Need to remove the fonts? Use our uninstaller:

curl -sSL https://banglafont.pages.dev/uninstall.sh | bash

Or download the uninstall.sh script manually.