1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 00:02:18 +02:00

Merge pull request #6271 from 3D-I/ticket/16850-33

[ticket/16850][3.3] Update webfont loader
This commit is contained in:
Marc Alexander 2021-08-19 19:43:12 +02:00
commit 91c6edf092
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -39,7 +39,7 @@
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);