How to Set a font smaller than 12px in Google browser, Google 12px

Source: Internet
Author: User

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/

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.