Avoid Font Resizing on Orientation Change


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. body {
  2. /* Turn off font resizing */
  3. -webkit-text-size-adjust: none;
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.