Ubuntu – Facebook Bangla font Problem in google chrome

fontsgoogle-chrome

I am using google chrome (not chromium) in ubuntu 11.10. I have installed all bangla fonts, set encode to unicode and set bangla font in chrome. It shows all bangla fonts excepts facebook profile name. Chrome show blank box instead of facebook bangla profile name. But it shows the bangla profile name in title bar. What kind of problem is this? How can i solve this?

image example: [see, title bar shows the bangla profile name]

enter image description here

Note: I am using latest google chrome. It shows something link this 15.0.874.121 in chrome about window. i can't find any version.

EDITED VERSION:
I discover more. See the image below
enter image description here

In inspect element bangla [একাদশে বৃহস্পতি] is showing but in browser is block. Other bangla is working in chrome like that,

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
    </head>
    <body>
        কি খবর দাদা?
    </body>
</html>

Above code shows perfectly in chrome.

Best Answer

The problem might not be version bug as other answer suggesting, since it is still in chrome 29. A more concrete solution could be this.

  1. First Download a standard Bangla font, such as Solaiman Lipi.

  2. Install the font by copying it to either your user specific ~/.fonts folder or for system-wide effect in /usr/share/fonts/truetype folder.

  3. Then close (if it is opened) and open the Google chrome.

  4. Go to Settings, click on Advanced settings, in Website content section, click on the customize fonts button.

  5. In the sans-serif font section, change the font to Solaiman Lipi.

This should solve the problem.

Credit: This page on blogspot

Some alternative fonts:

You could also install lohit bengali font and use it. to install use the command in a terminal:

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

Or you might want to test some of the fonts from omicron-lab site

Related Question