custom/static-plugins/CytexTheme/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.     {{ parent() }}
  4.     <link rel="preconnect" href="https://fonts.googleapis.com">
  5.     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  6.     <link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;600;700&family=Source+Sans+Pro&display=swap" rel="stylesheet">
  7. {% endblock %}
  8. {% block layout_head_meta_tags_image_og %}{{ theme_config('sw-logo-og-image') }}{% endblock %}