# Proper way to include font-awesome

**URL:** https://discourse.roots.io/t/proper-way-to-include-font-awesome/4357
**Category:** sage
**Created:** 2015-07-28T03:47:29Z
**Posts:** 40
**Showing post:** 3 of 40

## Post 3 by @kalenjohnson — 2015-07-28T04:05:41Z

FWIW, this works for me:

```
"fontawesome": {
      "main": [
        "./scss/font-awesome.scss",
        "./fonts/*"
      ]
    },
```

If you are running `gulp watch`, stop that after installing something with Bower, then run `gulp && gulp watch`

---

_[View the full topic](https://discourse.roots.io/t/proper-way-to-include-font-awesome/4357)._
