1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-17 07:30:48 +03:00

Грузить шрифты в последнюю очередь

This commit is contained in:
Alexander Yakovlev 2019-02-11 18:11:03 +07:00
parent f7ac35104b
commit b8390215c4
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

View file

@ -18,8 +18,10 @@
<link rel="apple-touch-icon" href="{cfg 'path.skin.assets.web'}/images/touchicon.png">
<link rel="apple-touch-icon" sizes="120x120" href="{cfg 'path.skin.assets.web'}/images/touchicon_120.png">
<link rel="apple-touch-icon" sizes="152x152" href="{cfg 'path.skin.assets.web'}/images/touchicon_152.png">
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="search" type="application/opensearchdescription+xml" href="{router page='search'}opensearch/" title="{Config::Get('view.name')}" />
<link rel="preconnect" href="https://mc.yandex.ru" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
{/block}
{block 'layout_head' append}
@ -272,5 +274,6 @@
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/42008629" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset=latin,cyrillic' rel='stylesheet' type='text/css'>
{hook run='layout_body_end'}
{/block}