Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

In FF 14 I have problem with site: www.podkarpacka.ohp.pl - there's a very small text, but in diffrent browsers there aren't any problems

  • 6 balas
  • 2 memiliki masalah ini
  • 65 kunjungan
  • Balasan terakhir oleh Stivson

more options

I have used FireF. 8.x and site was looking good. In Ff 14.x text is very small, almoast not-readible. In diffrent browsers there's no such a problem.

This site have CMS 2.0

I have used FireF. 8.x and site was looking good. In Ff 14.x text is very small, almoast not-readible. In diffrent browsers there's no such a problem. This site have CMS 2.0

Solusi terpilih

The site uses style="font-size: x-small;" for some text.
Firefox renders that with 10px size.

You can use an extension to set a default font size and page zoom on web pages.

Baca jawaban ini dalam konteks 👍 1

Semua Balasan (6)

more options

Is it only the one site that you have a problem with ? are other sites ok ?

It looks ok for me. I am using Firefox 15.0a2 at the moment.

First of all check the obvious:

more options

Well, on all sites I see smaller text, than it was when I was using FireF 8.x, but on this site text is much more smaller. I try not to use "Ctrl + +" because I need to see orginal size. Hmmm Allways when i was installing new Firefox a have to change the valiue of font size from 16 to 17, and the problem was missing, but now changing the font size do nothing.

more options

Solusi Terpilih

The site uses style="font-size: x-small;" for some text.
Firefox renders that with 10px size.

You can use an extension to set a default font size and page zoom on web pages.

more options

Thanks. Now I can see the difference betwen x-small and xx-small font size. The only remained problem is that "NoSquint" addon zoom whole text site - also menus etc.

more options

You would need to apply a custom stylesheet (e.g. via userContent.css or Stylish) if you only want to change the font size of some elements.


@-moz-document domain(podkarpacka.ohp.pl){
span[style="font-size: x-small;"] { <your style rules> }
span[style="font-size: xx-small;"] { <your style rules> }
}
more options

Now I've got everything.

Thanks Mate.