Merged in bugfix/MAPG-196-fix-compatibility-issues (pull request #180)

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 19:15:32 +00:00
commit a4c77c3d32

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')