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.
<!-- Stylesheets -->
{if $__wcf->getStyleHandler()->getStyle()->getVariable('useGoogleFont')}
- <link href='//fonts.googleapis.com/css?family={$__wcf->getStyleHandler()->getStyle()->getVariable('wcfFontFamilyGoogle')|urlencode}:400,300,600&display=swap' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family={$__wcf->getStyleHandler()->getStyle()->getVariable('wcfFontFamilyGoogle')|urlencode}:400,300,600' rel='stylesheet' type='text/css'>
{/if}
{@$__wcf->getStyleHandler()->getStylesheet()}
{event name='stylesheets'}