Font size rendering inconsistencies on an iPhone
To improve on Lukasz’s idea slightly, try using the following rule in your CSS: body { -webkit-text-size-adjust: 100%; } Using the value ‘100%’ instead of ‘none’, allows all other Webkit-based browsers to still resize text when using the zoom function while still preserving your original font size. This issue is arising only in modern browsers … Read more