# Font Awesome putting styles in head

**URL:** https://discourse.roots.io/t/font-awesome-putting-styles-in-head/12511
**Category:** sage
**Created:** 2018-05-21T13:57:07Z
**Posts:** 3

## Post 1 by @Scott_V — 2018-05-21T13:57:07Z

I’ve [installed font awesome 5](https://discourse.roots.io/t/how-to-use-font-awesome-5-in-your-sage-theme/11737) and haven’t had a problem getting my icons to display. I noticed that over three hundred lines of css have been added the head of my site and they seem to be related to the font awesome install. Is this a common thing? I haven’t seen anyone else post about this. From my understanding, putting styles in the head should be avoided if possible.

 ![32%20AM](https://discourse.roots.io/uploads/default/original/2X/e/e30ae10d47d175a04a76a68a57e500f85a6b34ea.png)

---

## Post 2 by @mmirus — 2018-05-21T15:08:19Z

Hey @Scott_V - took a quick look at one of the sites where I’m using FA5, and I see that in the element browser in Chrome dev tools, but not in view source, which means that CSS is being injected using JavaScript when Font Awesome runs.

I wouldn’t worry about it.

---

## Post 3 by @Scott_V — 2018-05-21T15:22:52Z

I see the same thing, thank you.
