From f46ebf5bec17073ea1a121161d8ad2ccfa96fac8 Mon Sep 17 00:00:00 2001
From: 3D-I <eataly3d@gmail.com>
Date: Mon, 16 Aug 2021 11:33:42 +0200
Subject: [PATCH 1/2] [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 2867802de4..d1611e5824 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);

From a1f1c0cc9d7952525aa1477a9d949e5ddad24f1d Mon Sep 17 00:00:00 2001
From: 3D-I <eataly3d@gmail.com>
Date: Mon, 16 Aug 2021 11:44:52 +0200
Subject: [PATCH 2/2] [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 d1611e5824..96ccf039a0 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.6.28/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);