You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Web Font Loader gives you added control when using linked fonts via `@font-face`
26
26
To use the Web Font Loader library, just include it in your page and tell it which fonts to load. For example, you could load fonts from [Google Fonts](http://www.google.com/fonts/) using the Web Font Loader hosted on [Google Hosted Libraries](https://developers.google.com/speed/libraries/) using the following code.
@@ -36,7 +36,7 @@ To use the Web Font Loader library, just include it in your page and tell it whi
36
36
</script>
37
37
```
38
38
39
-
Alternatively, you can link to the latest `1.x` version of the Web Font Loader by using `https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js` as the `script` source. Note that the version in this url is less specific. It will always load the latest `1.x` version, but it also has a shorter cache time to ensure that your page gets updates in a timely manner. For performance reasons, we recommend using an explicit version number (such as `1.6.16`) in urls when using the Web Font Loader in production. You can manually update the Web Font Loader version number in the url when you want to adopt a new version.
39
+
Alternatively, you can link to the latest `1.x` version of the Web Font Loader by using `https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js` as the `script` source. Note that the version in this url is less specific. It will always load the latest `1.x` version, but it also has a shorter cache time to ensure that your page gets updates in a timely manner. For performance reasons, we recommend using an explicit version number (such as `1.6.26`) in urls when using the Web Font Loader in production. You can manually update the Web Font Loader version number in the url when you want to adopt a new version.
40
40
41
41
Web Font Loader is also available on the [jsDelivr](http://www.jsdelivr.com/projects/webfontloader) & [CDNJS](https://cdnjs.com/libraries/webfont) CDNs.
42
42
@@ -50,7 +50,7 @@ It is also possible to use the Web Font Loader asynchronously. For example, to l
50
50
51
51
(function(d) {
52
52
var wf =d.createElement('script'), s =d.scripts[0];
@@ -385,7 +385,7 @@ If `providerA` can serve fonts to a browser, but `providerB` cannot, The `fontin
385
385
386
386
## Copyright and License
387
387
388
-
Web Font Loader Copyright (c) 2010 Adobe Systems Incorporated, Google Incorporated.
388
+
Web Font Loader Copyright (c) 2010-2017 Adobe Systems Incorporated, Google Incorporated.
389
389
390
390
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
0 commit comments