How can I override the minimum-font-size in Firefox?

后端 未结 8 1548
醉酒成梦
醉酒成梦 2020-12-14 22:35

My site displays just like in need in IE and Opera, but in Firefox I can\'t get (via CSS) to have font sizes smaller than Firefox\' default minimum-font-size. Of course I ca

相关标签:
8条回答
  • 2020-12-14 23:27

    You cannot do it. It's a setting that Firefox provides so that people like us cannot override it with some CSS settings.

    0 讨论(0)
  • 2020-12-14 23:32

    you can try the following code

    body {

    min-font-size: 15px!important;
    

    }

    0 讨论(0)
提交回复
热议问题