I would like to gather some statistics about what the range of default font sizes are, that users set in their browsers if they do not wish to use the standard 16px
.
This information might be helpful in deciding up to which font size our layout needs to not break.
There are a lot of similar-ish questions on SO that ask for the effective font-size on the body element, but that is of not much use to me, as I'm interested in collecting data about the browsers default font size before CSS kicks in.
Or does anybody know if statistics like these already exist?