How to fix bangla fonts problem in firefox?
Solution 1:
Do the following steps (for Ubuntu 16.04):
- Click on icon at top-right corner of the screen.
- From this, choose System Settings...
- Click on Language Support under Personal section.
- 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.
- Wait until it finishes install.
- When finished, Click Close
- 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