Skip to content

Commit

Permalink
Clarify Google module syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Stein committed Aug 13, 2013
1 parent eb378b0 commit e813aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ The Fonts.com module has an optional `version` option which acts as a cache-bust

### Google

Using [Google's Font API](https://code.google.com/apis/webfonts/docs/getting_started.html), name the font families you'd like to load.
Using [Google's Font API](https://code.google.com/apis/webfonts/docs/getting_started.html), name the font families you'd like to load. You can use the same [syntax](https://developers.google.com/fonts/docs/getting_started#Syntax) as in the Font API to specify styles:

WebFontConfig = {
google: {
families: ['Droid Sans', 'Droid Serif']
families: ['Droid Sans', 'Droid Serif:bold']
}
};

Expand Down

0 comments on commit e813aec

Please sign in to comment.