Home › Forums › WordPress Themes – Premium › Circumference › iPhone Retina and Font Size › Reply To: iPhone Retina and Font Size
Yes to the 0.813erm font size.
As for the other….this is where things start to get tricky if you want bigger font sizing but not for the iphone (or other mobile devices) because you will have to modify the media queries to change the font sizing when being viewed in an iphone. So basically you would increase your font size for desktops etc to your .938 or 1em (which is 16px), and then edit the media query for phone display to go back to the smaller (or whatever size you want).
Automatic font sizing based on devices would be great, but to achieve that, requires jquery scripting, so the next best thing is to do it via css and media queries.