Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

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

Why is the text so small on some webpages?

more options

I have a brand new computer and installed Nightly. On many web pages the font is tiny, thin, and unreadable -- even if I zoom in, the base font is terrible. It looks like the thinnest weight of Helvetica.

On my old computer, in traditional Firefox, I had a similar issue on some pages -- the text became unreadable while I was entering a new comment on Facebook. Now, this is an issue in regular web pages.

I do not think this is "zoom" issue, but rather a problem with the browser selecting an inappropriate typeface. Below, please find two screen captures, one at normal resolution, one Zoomed in (Ctrl + five times)

I have a brand new computer and installed Nightly. On many web pages the font is tiny, thin, and unreadable -- even if I zoom in, the base font is terrible. It looks like the thinnest weight of Helvetica. On my old computer, in traditional Firefox, I had a similar issue on some pages -- the text became unreadable while I was entering a new comment on Facebook. Now, this is an issue in regular web pages. I do not think this is "zoom" issue, but rather a problem with the browser selecting an inappropriate typeface. Below, please find two screen captures, one at normal resolution, one Zoomed in (Ctrl + five times)

Todas as respostas (6)

more options

Could you try reattaching the screen shots? You can reply to your thread here: https://support.mozilla.org/questions/1054776

more options

JD-Vincent said

I have a brand new computer and installed Nightly. On many web pages the font is tiny, thin, and unreadable -- even if I zoom in, the base font is terrible. It looks like the thinnest weight of Helvetica. On my old computer, in traditional Firefox, I had a similar issue on some pages -- the text became unreadable while I was entering a new comment on Facebook. Now, this is an issue in regular web pages. I do not think this is "zoom" issue, but rather a problem with the browser selecting an inappropriate typeface. Below, please find two screen captures, one at normal resolution, one Zoomed in (Ctrl + five times)
more options

Hmm, yes, that's hideous.

I'm not sure exactly what page you were on, so I looked at:

http://www.java.com/en/download/installed.jsp

The page has this ranking for preferred fonts for most of the document body:

font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

On my Windows 7 system, Firefox 36.0.4 uses Arial; I apparently do not have the other two fonts.

If you right-click some text in the body of that page and Inspect Element (Q), then on the right side click Fonts, what font is your Firefox using? I am attaching a screen shot for comparison.

Edit: Added screen shot showing where you can find the effective font-family rule for the particular element.

Modificado por jscher2000 - Support Volunteer a

more options

It is supposedly using, HelveticaNeue-MediumCondObl, which is a pretty heft weight of that font. I suspect somewhere in the CSS, there's a font-weight setting turned low. (I think Helvetica Neue is font Apple uses, FYI)

That solves the mystery for this instance, but I still see small unreadable fonts elsewhere -- most commonly when adding a comment to Facebook. Short of removing Helvetica Neue from my system -- is there any way to keep Firefox from accessing it?

more options

Actually, I just looked at the Rules tab and there's an entry for font-size:75%.

more options

I have read about a technique for pointing font name "Font1" to the physical font file for "Font2" as a way of substituting fonts. This blog post describes the general principle and one way to create and apply such a custom style rule:

Helvetica on Firefox: Overriding Fonts with CSS | Keyvan Minoukadeh

I haven't tried it myself.