From e42013a2a619f5d73d08563fc0467cce2e62ea96 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Sat, 11 Sep 2021 16:56:34 +0200 Subject: [PATCH] [ticket/16850] Update webfont loader PHPBB3-16850 --- phpBB/styles/prosilver/template/simple_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 5543ea0e03..396deb24d6 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -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);