# Sage 9 - Fonts not in dist/fonts/ after build

**URL:** https://discourse.roots.io/t/sage-9-fonts-not-in-dist-fonts-after-build/16795
**Category:** sage
**Tags:** webpack
**Created:** 2019-10-10T15:29:42Z
**Posts:** 20
**Showing post:** 12 of 20

## Post 12 by @raffjones — 2020-11-16T20:24:12Z

Just reporting back.

I pulled down the 9.0.9 release. Unzipped, had to run `composer update` and there are quite a few issues with dependencies, but with when I change it to use `"node-sass": "~4.12.0"`, I can run `npm install`. When I run `npm run build`, it builds with no issues. I can see this in the `main.css` file:

```
@font-face {
  font-family: "SocialIcons";
  src: url(data:application/font-woff;base64,d09GRgABAAAAAA2UA...) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
```

---

_[View the full topic](https://discourse.roots.io/t/sage-9-fonts-not-in-dist-fonts-after-build/16795)._
