Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.06 KB

Bangla Fonts for your Linux Machine

Welcome to Bangla font installer for linux. This script is tested or maintained only for Debian based distributions like Ubuntu, Debian, Linux Mint, Deepin etc.

Dependency

It depends on some tools which you have to allow it to install, it will ask.

  • wget
  • fontconfig

Install:

pypi version

Make sure you pip3 installed

$ pip3 install --upgrade lbfi
$ lbfi --install yes

This will install a tool called lbfi in your system and you will be able to use this always update the fonts.

PyPi link: https://pypi.org/project/lbfi/

New Version (lbfi Version 1)

wget --no-check-certificate https://raw.githubusercontent.com/fahadahammed/linux-bangla-fonts/master/dist/lbfi -O lbfi;chmod +x lbfi;./lbfi

Old Version

wget --no-check-certificate https://raw.githubusercontent.com/fahadahammed/linux-bangla-fonts/master/font.sh -O font.sh;chmod +x font.sh;bash font.sh;rm font.sh

You can find an article in: https://fahadahammed.com/single-command-to-download-and-install-all-bangla-fonts-in-your-linux/