{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_stylesheet %}
{% if isHMRMode %}
{# CSS will be loaded from the JS automatically #}
{% else %}
{# Albert Muli font includen #}
{#<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css' />#}
<link rel="stylesheet" href="https://use.typekit.net/esf1qcd.css" type="text/css" />
{% for file in shopware.theme.assets.css %}
<link rel="stylesheet"
href="{{ asset(file, 'theme') }}">
{% endfor %}
{% endif %}
{% endblock %}