Skip to content

Commit 1680ea7

Browse files
committed
Updated with new option
1 parent 210ef02 commit 1680ea7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,13 @@ When using [Fonts.com web fonts](http://www.fonts.com/web-fonts/) specify your P
280280
WebFontConfig = {
281281
monotype: {
282282
projectId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
283-
version: 12345 // (optional, flushes the CDN cache)
283+
version: 12345 // (optional, flushes the CDN cache),
284+
loadAllFonts:true //(optional, loads all project fonts)
284285
}
285286
};
286287
```
287288

288-
The Fonts.com module has an optional `version` option which acts as a cache-buster.
289+
The Fonts.com module has an optional `version` option which acts as a cache-buster, optional `loadAllFonts` loads all project fonts. By default, Fonts.com module loads only fonts used on the page.
289290

290291
### Google
291292

0 commit comments

Comments
 (0)