From b346f216c2e8e02bca20bb3965c79109700a609f Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Fri, 3 Jul 2015 23:44:43 -0400 Subject: [PATCH 1/3] [ticket/13955] Fix WebFontConig to load web fonts correctly Fix overall_header's WebFontConfig section to load fonts correctly in all browsers. PHPBB3-13955 --- 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 2b2036883b..ebe6470fee 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -31,7 +31,7 @@ diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 637ac59465..e0c346a01c 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -7,19 +7,19 @@ {SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} - From 4ac22566834e349df45a8b8549db684e332d37e1 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Mon, 6 Jul 2015 16:43:57 -0400 Subject: [PATCH 3/3] [ticket/13955] Revert changes made in previous commit Revert the javascript function change Place the families code on it's own line PHPBB3-13955 --- .../prosilver/template/overall_header.html | 20 +++++++++---------- .../prosilver/template/simple_header.html | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index fe0e44f896..ebe6470fee 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -28,19 +28,19 @@ --> - diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index e0c346a01c..baa6223754 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -7,19 +7,19 @@ {SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} -