How can I limit the font size of Google to automatically adjust the font size of google?

Source: Internet
Author: User

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.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.