text-size-adjust
ExperimentalMainly used for mobile devices, this property tells the browser whether it should automatically increase the size of text to make it more readable when you rotate your phone or zoom in. Setting it to 'none' prevents this behavior.
Quick example
html {
/* Prevents iOS Safari from automatically resizing text when rotating from portrait to landscape */
text-size-adjust: none;
}Quick facts
Initial value
autoForSmartphoneBrowsersSupportingInflationInherited
Yes
Applies to
all elements
Animation type
byComputedValueType
Values
noneautotext-size-adjust Browser Support
Limited availability92% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Not ready for production without a fallback.
54+
79+