[ticket/16850] Update webfont loader

PHPBB3-16850
This commit is contained in:
3D-I 2021-09-11 17:01:57 +02:00
parent 8caf2e7c59
commit 1b4ba00a73

View file

@ -17,7 +17,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);