Skip to content

Commit

Permalink
clarify in README how to get fonts with spaces in the name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrnewell committed Dec 23, 2017
1 parent b4c132f commit a12e35e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ Lato.css
}
```

Font Name:

If the fontname uses spaces, surround the argument with quotes (or use + instead of spaces)

```shell
goog-webfont-dl -a -f "Source Sans Pro" -y 300,400,600,700,300italic,400italic,600italic
```

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)

0 comments on commit a12e35e

Please sign in to comment.