為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 2 回覆
  • 8 有這個問題
  • 2 次檢視
  • 最近回覆由 cor-el

more options

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

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

所有回覆 (2)

more options

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

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.

more options

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.