Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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 个回答
  • 2 人有此问题
  • 35 次查看
  • 最后回复者为 Stivson
  • 已解决

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

被采纳的解决方案

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.

定位到答案原位置 👍 1

所有回复 (6)

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:

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.

选择的解决方案

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.

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.

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> }
}

Now I've got everything.

Thanks Mate.