Skip to content

Commit

Permalink
Add note about FVD syntax and the Google module.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstein committed Feb 14, 2016
1 parent eeaa79f commit 6eb5d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -289,7 +289,7 @@ 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. You can use the same [syntax](https://developers.google.com/fonts/docs/getting_started#Syntax) as in the Font API to specify styles:
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. Please note that the Google module does not support the FVD syntax that is used in the custom module.

```javascript
WebFontConfig = {
Expand Down

0 comments on commit 6eb5d53

Please sign in to comment.