# What's new in v3.1.7

- [What's new in v3.1.7](#whats-new-in-v317)
  - [Changed `fonts.js` module name](#changed-fontsjs-module-name)
  - [Better handling of project names on Windows](#better-handling-of-project-names-on-windows)
  - [New message when building from an empty `fonts` folder.](#new-message-when-building-from-an-empty-fonts-folder)

## Changed `fonts.js` module name
We've changed the name of `purgetss-fonts.js`  to `purgetss.fonts.js` to match the naming convention with the animation module `purgetss.ui.js`

## Better handling of project names on Windows
Now on Windows you can create a project with spaces in its name without getting an error using `purgetss create "My New Project"`

## New message when building from an empty `fonts` folder.
If you run `purgetss build-fonts` with NO font or css files in `./purgetss/fonts`, you will get the following message:

> Add fonts and css files to `./purgetss/fonts` and run this command again!
