Skip to content

Commit 6eb5d53

Browse files
committed
Add note about FVD syntax and the Google module.
1 parent eeaa79f commit 6eb5d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ The Fonts.com module has an optional `version` option which acts as a cache-bust
289289

290290
### Google
291291

292-
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:
292+
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.
293293

294294
```javascript
295295
WebFontConfig = {

0 commit comments

Comments
 (0)