Mobile app version of vmapp.org
Login or Join
Radia820

: Font-size in firefox is bigger than is should I defined in my CSS file font-size property for the body body { font-size : 12px; } I wanted to have the size of font the same as in http://www.stackexchange.com

@Radia820

Posted in: #Css #Fonts

I defined in my CSS file font-size property for the body

body {
font-size : 12px;
}


I wanted to have the size of font the same as in www.stackexchange.com site.

It works in chromium browser but does not work in firefox. The size of font in firefox
is bigger.

Where could be the problem?

thank you

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Radia820

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cody1181609

This turned out(see comments) to have been Firefox stashing a value for page zoom. Can be reset with Ctrl-0.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme