Introduction to the use of Font awesome

Source: Internet
Author: User

?

Font Awesome is a font used to implement the icon CSS plugins.

How to use:

  1. to the http://fortawesome.github.io/Font-Awesome/ Download the code package.
  2. After extracting the code package locally, the structure is as follows

  3. referencing in Web pages Css/font-awesome.css or Css/font-awesome.min.css

    Like what:

    <link rel= ' stylesheet ', href= ' font-awesome-4.3.0/css/font-awesome.min.css '/>

  4. Display the icon in the Web page in the following way.

    <i class= "FA Fa-camera" ></i>

    The effect is as follows :

    ?

    Since it is a font, you can control how the picture is displayed by changing attributes such as font color and font size.

<div>

<i class= "fa fa-camera" style= "color:green;font-size:20px;" ></i>camera

</div>

?

The effect is as follows:

You can also rotate, add dynamic effects, and see more examples:

http://fortawesome.github.io/Font-Awesome/examples/

?

    1. Fontawesome all the icons currently included are listed here:

      http://fortawesome.github.io/Font-Awesome/icons/

      ?

Introduction to the use of Font awesome

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.