# Sage 10 - font awesome 4.7.0

**URL:** https://discourse.roots.io/t/sage-10-font-awesome-4-7-0/20539
**Category:** sage
**Tags:** sage, webpack
**Created:** 2021-04-06T12:34:43Z
**Posts:** 2

## Post 1 by @hallowichig0 — 2021-04-06T12:34:43Z

I am trying to add font-awesome 4.7.0. Imported font-awesome in my app.scss

@import “~font-awesome/scss/font-awesome”;

But i encountered this error:

> **[Screenshot](https://prnt.sc/115q4es)**
>
> Captured with Lightshot

I already tried to add this line  
$fa-font-path: “~font-awesome/fonts”;  
before or after the @import “~font-awesome/scss/font-awesome”;

but sadly I still encountered this error

> **[Screenshot](https://prnt.sc/115q4es)**
>
> Captured with Lightshot

Any suggestion on how to get this to work?  
Thank you

---

## Post 2 by @hallowichig0 — 2021-04-09T05:34:56Z

Resolved this issue by adding

```
mix
  .setResourceRoot('../');
```

In webpack.mix.js

---

## Post 3 by @system — 2021-05-18T12:34:44Z

This topic was automatically closed after 42 days. New replies are no longer allowed.
