custom/plugins/IdeaBooks/src/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2.         {% block layout_head_stylesheet %}
  3.             {% if isHMRMode %}
  4.                 {# CSS will be loaded from the JS automatically #}
  5.             {% else %}
  6.                 {# Albert Muli font includen #}
  7.                 {#<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css' />#}
  8.                 <link rel="stylesheet" href="https://use.typekit.net/esf1qcd.css" type="text/css" />
  9.                 {% for file in shopware.theme.assets.css %}
  10.                     <link rel="stylesheet"
  11.                       href="{{ asset(file, 'theme') }}">
  12.                 {% endfor %}
  13.             {% endif %}
  14.         {% endblock %}