iPhone turn off auto text resize (html/css)
To stop an iPhone from automatically resizing text on a webpage use:
html { -webkit-text-size-adjust: none; }
To stop an iPhone from automatically resizing text on a webpage use:
html { -webkit-text-size-adjust: none; }