From 35e5dc46c7d359e49568c2198f7da4202082bb04 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Thu, 28 May 2015 14:04:14 +0200 Subject: [ticket/13876] Use webfontloader asyncronously. This PR adds typekit and Google's webfontloader and calls it asyncronously, removing the SPOF in the header. Now, if google goes down, some buttons display with a different font. https://github.com/typekit/webfontloader PHPBB3-13876 --- phpBB/styles/prosilver/template/overall_header.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 03891eeca8..0f3e983718 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -27,7 +27,21 @@ Modified by: --> - + + + -- cgit v1.2.1