Skip to content

Commit 6df72d2

Browse files
committed
Point to HTTPS Google CDN by default.
1 parent 28be4c6 commit 6df72d2

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
@@ -47,7 +47,7 @@ It is also possible to use the Web Font Loader asynchronously. For example, to l
4747
4848
(function(d) {
4949
var wf = d.createElement('script'), s = d.scripts[0];
50-
wf.src = '//ajax.googleapis.com/ajax/libs/webfont/1.5.6/webfont.js';
50+
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.6/webfont.js';
5151
s.parentNode.insertBefore(wf, s);
5252
})(document);
5353
</script>

0 commit comments

Comments
 (0)