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:
- The usage of WebKit text size adjust
- YUI RESET CSS && YUI FONT CSS
- -WebKit margin before and extended browser prefix and kernel
- Summary of internationally renowned CSS Reset
- Next (react) framework combined with lib-flexible, postcss-pxtorem do pc-side rem adaptation to solve the font-size is always 54px issue
- document.body.scrollTop or document.documentElement.scrollTop
- Document.body.clientheight cannot get the browser page height correctly
- How to Solve Ajax Error 500 (Internal Server Error)
- Solutions to nginx upstream timed out (Two Situations)