- Home
- Components
- Icons
Font Awesome Guide
Why to use Font icons
Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS.
- One Font, 675 Icons
- Infinite Scalability
- CSS Control - Easily style icon color, size, shadow, and anything that's possible with CSS.
- Perfect on Retina Displays
- Accessibility-minded
How to install the font and use it?
- Download font awesome Download Here
- Copy the entire font-awesome directory into your project.
- In the of your html, reference the location to your font-awesome.min.css. -
link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css"
- Check out exaple to use it - Click Here
- Get code for all icons - Click Here
Learn more from: http://fontawesome.io