How can I limit the font size of Google to automatically adjust the font size of google?
Google's default font size is 12px. When the font-size in the style sheet is <12px, or the font size is not explicitly specified, the font size is 12px in chrome.
Recently, when I was writing code, I also encountered
The effect shown in FF and chrome is as follows (FF on the left, google on the right, and no font size is set)
You can use the text-size-adjust attribute to limit Google's font size. After adding the following style, it will be normal.
1: body {
2: font-size: 20px;
3:-webkit-text-size-adjust: none;
4 :}
Google:
Source: http://www.ido321.com/652.html
How can I adjust the font size of input statements in the javascript console of Google Chrome?
Ctrl ++; Increase
Ctrl +-; Decrease
Ctrl + 0; restore
However, the input content is not larger.
How can I change the font size?
You can change it in the options.
Open the options in the tool and find the general settings. Change the language settings to simplified Chinese.