From 49d88049ed0e96b5b9e4147f933d77d78b841ae7 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Mon, 16 Aug 2021 11:27:57 +0200 Subject: [PATCH] [ticket/16850] Update webfont loader PHPBB3-16850 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index d7da3a9859..ae507bbf6f 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -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.28/webfont.js'; wf.async = true; s.parentNode.insertBefore(wf, s); })(document);