# assets

> The assets/ directory is used to add all the website's assets that the build tool will process.

The directory usually contains the following types of files:

- Stylesheets (CSS, SASS, etc.)
- Fonts
- Images that won't be served from the [`public/`](/docs/4.x/directory-structure/public) directory.

If you want to serve assets from the server, we recommend taking a look at the [`public/`](/docs/4.x/directory-structure/public) directory.

<read-more to="/docs/4.x/getting-started/assets">



</read-more>
