Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Phaedra Solutions, All rights reserved 2024
Font Awesome a web font is a way to add scalable and beautiful icons on your website. It is a type of font or type of CSS. It was made by Dave Gandy released on 21 August 2012. On 7 December 2017 Font Awesome latest version was released with more than 1200 icons. It is free for use and everyone can use this.
Font Awesome now ready to use. In order to use the icons, you can use them inside either a span or an i element. Then, you have to assign them two classes. The .fa class plus a second class, which should be the name of the icon you want to add to your project. This connects to the Font Awesome font. To display the correct icon, the second class name will correspond with the icon you wish to display, in this case it is fa-car.
This shows using font in HTML. If we take a look at the CSS file, we will see that we are using CSS selectors which inserts the content before the HTML. There are many occasions where i will be good opportunity to use pseudo class. Font awesome also works in this scenario.
.title:before {
font-family: FontAwesome;
content: "\f1b9";
}
Font Awesome offers more than what others realize. It’s easy to rotate, large, fix width, pull, flip, and scale. Also, there are animation options that come right out of the box. We can rotate, animate and flip icons with its given classes. Read more options if you need Font Awesome Options
Font Awesome is the best free icon fonts. Font Awesome also works great with all the Bootstrap components. It was designed for use with Twitter Bootstrap, but it can be adapted for use on regular websites.