DEV Community

Ajeeb.K.P
Ajeeb.K.P

Posted on • Edited on

3 1

Fixing Malayalam Issue in Firefox

Intro

I was having issues on using some websites. It was not getting rendered properly.

Error Image

Fixes

1. Installing a Firefox Addon

Actually, installing this add-on did fix the issue.
https://addons.mozilla.org/en-US/firefox/addon/instant-malayalam/

2. Fixing by installing fonts at system level

sudo apt install fonts-smc

Above package is meta package, it install a lot of fonts. Just use apt search fonts-smc-* to find individual font name.

Conclusion

Correct Image

Doing either Fix 1 or 2 solves the problem for me. But, 2nd one seems to be good one if you're on Linux.

Top comments (1)

Collapse
 
jgeorge97 profile image
George Martin Jose

Thank you it helped me

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay