-webkit-text-size-adjust

1. Sometimes we find that when we set the font size, there is no response, because when the font size in the stylesheet is 12px, the font in the Chinese Chrome browser is still 12px. In this case, we can use HTML {- WebKit – text size- adjust:none; }

2. However – WebKit text size adjust on the body will cause page scaling failure (I don’t know why)

3. Body inherits the style defined in HTML

4. So, give the body WebKit text size- adjust:none That’s it

Similar Posts: