Is there a difference between 1.1em and 1.05em?
5 answers
It depends on the browser default character size. The default is 1 em = 16px, which I think gives 1.1 em == 1.05em == 17px in the standard setting.
If you have people who can't see it all well and use the default large (say 72px = 1em) then the difference will be noticeable (difference = 0.05 * 72 = 3 or 4 px). Although this is not remarkable for a person with poor eyesight.
+4
a source to share
You should check it out: http://jerekdain.com/fontconversion.html
In Safari, I saw a tiny difference between 1.1em and 1.05em, but I had to use page zoom to see it :)
+1
a source to share