Preserve font-size in landscape


Description: 

Mobile, IOS




Kind:

CSS


CSS:

html {
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}