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