"Front-end Advanced 01" uses @font-face to define and use your favorite fonts

Source: Internet
Author: User

(1) Effect description

Use the station cool high-end black font.


(2) Core code

@font-face{font-family:zcool;src:url ('.. /font/zcool.ttf ');} div{/* use font */font-family:zcool;}

(3) Use of experience

TTF fonts are supported for--IE11, Chrome, Firefox, Safari, and opera. IE6 does not support TTF, but supports EOT fonts.

--Not if you write the following style. The following will overwrite the previous one, that is, the font introduced by the last URL is in effect, so if you want to do it, you may need to use if Lt IE8 to make a decision.

Src:url ('.. /font/zcool.eot '), url ('.. /font/zcool.ttf ');

--eotfast tool: Convert TTF font to EOT font.

"Front-end Advanced 01" uses @font-face to define and use your favorite fonts

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.