X
Tap here to go to the mobile version of the site.

Support Forum

in a bengali language web site I can not see bangla word, there is some vjr&k%?vdj please help mei

Posted

do I need any particular font to see bangla? I could not see in web site www.islampedia.info/banglakitab.php

Helpful replies

Please update to Firefox 14. Update Firefox to the latest version

Please create a screenshot of the problem you're seeing by following the guide mentioned at How do I create a screenshot of my problem?.

Once you've done this, attach the saved screenshot file to your forum post by clicking the Browse... button below the Post your reply box. You really help us to visualize the problem.

Go to answer 3

Additional System Details

Sites Affected

http://www.islampedia.info/banglakitab.php

Installed Plug-ins

  • 4.1.10329.0

Application

  • User Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

More Information

bangla font is not viewing

Tylerdowner
  • Top 10 Contributor
  • Administrator
  • Moderator
981 solutions 5462 answers
Posted

Helpful Reply

Please update to Firefox 14. Update Firefox to the latest version

Please create a screenshot of the problem you're seeing by following the guide mentioned at How do I create a screenshot of my problem?.

Once you've done this, attach the saved screenshot file to your forum post by clicking the Browse... button below the Post your reply box. You really help us to visualize the problem.

cor-el
  • Top 10 Contributor
  • Moderator
8293 solutions 78506 answers
Posted

That is a problem with that website.
They use @font-face to download a font (BOISHAK0.eot) for IE, but haven't specified a font for Firefox.


@font-face {
 font-family: Boishakhi;
 font-style:  normal;
 font-weight: normal;
 src: url(BOISHAK0.eot);
}

It works for me if I install the Boishakhi font locally, but you need to disable gfx.downloadable_fonts.enabled (temporarily) to make Firefox use a locally installed font because no local rule (src: local(Boishkhi), url(BOISHAK0.eot);) is specified in @font-face.