From faab60913579a4338f6ac6e40bc8a6d3926e0e69 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 3 Feb 2020 20:01:32 +0100 Subject: [PATCH] Revert "Add &display=swap to Google Font request" This reverts commit f869569107955803acf4625daab2f4e080f00f80. The `font-display: swap` behaves quite different from the previous approach and causes a FOUT even on fast connections. Changing the default behavior in a bugfix release doesn't feel right at this time, we should revisit this with 5.3. --- com.woltlab.wcf/templates/headInclude.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/headInclude.tpl b/com.woltlab.wcf/templates/headInclude.tpl index aa41a08c0c..f822ef17b8 100644 --- a/com.woltlab.wcf/templates/headInclude.tpl +++ b/com.woltlab.wcf/templates/headInclude.tpl @@ -7,7 +7,7 @@ {if $__wcf->getStyleHandler()->getStyle()->getVariable('useGoogleFont')} - + {/if} {@$__wcf->getStyleHandler()->getStylesheet()} {event name='stylesheets'} -- 2.20.1