Font Awesome has CSS Reset?

1

When using Bootstrap for example, it has an internal CSS Reset. The same thing happens when using Awesome Font?

If you use Font Awesome in a project, do you need to add some CSS Reset or does it already have an internal CSS?

    
asked by anonymous 21.05.2015 / 15:15

1 answer

2

CSS Reset is not a concern of FontAwesome . It is not necessary to include any type of Reset for your use.

As a result, your code does not include any default global property settings, as can be seen in project repository .

    
21.05.2015 / 15:22