Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 2 respostas
  • 8 têm este problema
  • 2 visualizações
  • Última resposta por 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

Todas as respostas (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.