1
Are there CSS or other reasons why Safari / iPhone would ignore some font size settings? On my private site, Safari on iPhone produces some font size: text 13 px larger than the font size: text 15 px. Does it maybe does not support font size on some elements?
You are using your font-size only in PX, or have font in EM, REM and PX?
– hugocsl
It would be interesting to show some example code (CSS and HTML) and some page print so we can analyze.
– Sam
You used some type of CSS Reset or Normalize ?
– hugocsl
Hello, I am using PX to set the font-size and am not uasndo any reset or normalize. At the moment I can’t print because I don’t have any Apple products around, but as soon as possible I’ll send you a print of how it looks. :)
– Bernardo Kowacic