CSS Settings page fonts prevent browser browsing page Font Distortion _ Experience Exchange

Source: Internet
Author: User
The computer doesn't say what went wrong. Look at a lot of web pages, fonts have changed. It's not sung. It looks rather ugly.

Take Sohu, for example, on my computer. Maybe it's not very comfortable to see. And see NetEase does not have such a problem.



Because I guess it's sohu. The font for the Web page is not set.  A simple look at their CSS code (no scrutiny). Found that there was really no font-family. And NetEase's have. font-family: "Song Body", Arial;

Such a problem, I found that a lot of people are committed to writing CSS do not like to set the font. If someone like me. The computer often problems, the font does not know how to do so. And I don't know how to change it back. So look at the fonts on the Web page. I think the earth is so big. There should be people like me. So, write CSS or set the font of the Web page.
Some people may ask:
1, how to set the font in the CSS settings?
A: Join this line in the CSS file.
Copy Code code as follows:

Body{font-family:verdana, "Song Body", Arial,sans;

2. Why do you put "Verdana" in front of the "Song Body"?
A: Give me two examples and you'll see!
A, this example, I was set Font-family:verdana, "Song Body", Arial,sans;
Copy Code code as follows:

<style>body{font-family:verdana, "Song Body", arial,sans;font-size:12px; </style>a, this example, I was set Font-family:verdana, "Song Body", Arial,sans, <br/> See the English text experience shows what kind of? <br/> Example website: <a href= "http://shanghai.kijiji.cn" target= "_blank" > Guests gather </a><br/>

The purpose of this is to make the English font more beautiful, in English font Verdana to display. Instead of displaying it in the Chinese song body.

B, this example, I was set font-family: "Song Body", Verdana, Arial,sans;
Copy Code code as follows:

<style>body{font-family: "Song Body", Verdana, arial,sans;font-size:12px; </style>b, this example, I was set font-family: "XXFarEastFont-Arial", Verdana, Arial,sans;
<br/> See the English text experience shows what kind of? <br/> Example website: <a href= "http://www.163.com" target= "_blank" > NetEase </a><br/>
This writing Web page in the English font does not look uncomfortable, netease do not have to write, I believe there must be his truth.

Description: The above wording applies only to Windows operating systems.
Related Article

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.