From 285958835ec278ea204386f628d69d388345fe09 Mon Sep 17 00:00:00 2001 From: Tibor Martini Date: Sun, 31 Jul 2016 21:53:41 +0200 Subject: [PATCH] Updated versions in the examples to 1.6.26 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac19de9b..124d3e0a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ It is also possible to use the Web Font Loader asynchronously. For example, to l (function(d) { var wf = d.createElement('script'), s = d.scripts[0]; - wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js'; + wf.src = 'https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.26/webfontloader.js'; s.parentNode.insertBefore(wf, s); })(document); @@ -242,7 +242,7 @@ In this example, the `fonts.css` file might look something like this: If your fonts are already included in another stylesheet you can also leave out the `urls` array and just specify font family names to start font loading. As long as the names match those that are declared in the `families` array, the proper loading classes will be applied to the html element. ```html - +