MAPG-196 revert link preload to plain stylesheet because it is not supported everywhere

This commit is contained in:
Bence Pőcze 2020-07-06 21:12:56 +02:00
parent 234cb7f086
commit 317329ae84
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -15,7 +15,7 @@
<link href="https://www.googletagmanager.com" rel="preconnect">
<link href="https://www.google-analytics.com" rel="preconnect">
<?php endif; ?>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap" rel="preload" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&amp;display=swap" rel="stylesheet">
<link href="<?= $_ENV['STATIC_ROOT'] ?>/css/mapguesser.css?rev=<?= REVISION ?>" rel="stylesheet">
@yields('externalCss')
@yields('inlineCss')