How to fix bangla fonts problem in firefox?

Solution 1:

Do the following steps (for Ubuntu 16.04):

  1. Click on enter image description here icon at top-right corner of the screen.
  2. From this, choose System Settings...
  3. Click on Language Support under Personal section.
  4. A window would pop up. Click on the Install / Remove Languages ... tab. A list of languages will be displayed. Pick Bangla and check the box against it -- click Apply. It may ask for the administrative privileges again -- type in your password.
  5. Wait until it finishes install.
  6. When finished, Click Close
  7. Restart your PC.

In my case, it fixed the issue. Tell me whether it fixes yours too or not.

Solution 2:

I had the same problem after install ubuntu 16.04. I fixed this by using this command.

sudo apt-get install fonts-beng fonts-beng-extra fonts-lohit-beng-bengali;

and reboot.

Or you can try to search bangla fonts...

apt-cache search bengali

and then install.

do not forget to reboot. thanks