How to Set a font smaller than 12px in Google browser, Google 12px
If you set a font smaller than 12px in Google Chrome:
Suggestion: writing code as much as possible can effectively improve learning efficiency and depth.
There has been a long history problem in Google's browser, that is, it is impossible to set a font smaller than 12px. Even if it is set to a font smaller than 12px, it will only display the size of 12px.
Let's take a look at a code example:
<! DOCTYPE html>
The above Code does not allow Google to set the font size to 10px. The above code is modified as follows:
<! DOCTYPE html>
The preceding Code sets the font size to 10px. The core is to add the following code:
html,body{ -webkit-text-size-adjust:none;}
The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 3375.
For more information, see: http://www.softwhy.com/divcss/