The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Does Google throw “font-size-adjust” property in Chrome 27 stable?
“font-size-adjust” and “-webkit-font-size-adjust” recognized as “Unknown property name.” in Chrome 27 stable.
Is there any alternate way to override the minimum font-size setting in Chrome?
@Diablohu I don’t think it’s supported.
`-webkit-text-size-adjust` only works in smartphones also.
@chrisburton I can set **-webkit-text-size-adjust:none** to ignore minimum font-size setting in Chrom period to v27
Read the documentation on that property regarding Chrome.
any solution for this?