modules/XC/CrispWhiteSkin/templates/web/customer/header/parts/parts.css/fonts_preload.twig line 1

Open in your IDE?
  1. {##
  2.  # Header fonts preload (must be loaded font-face before)
  3.  # skins/common/css/font-awesome/font-awesome.min.css
  4.  # skins/crisp_white/customer/css/less/iconfont-init.less
  5.  #
  6.  # @ListChild (list="head.css", weight="199")
  7.  #}
  8. {% if this.doCSSAggregation() %}
  9.   <link rel="preload" as="font" type="font/woff2" href="{{ this.get('layout').getResourceWebPath('css/fonts/fontawesome-webfont.woff2', 'short', 'web', 'common') }}?v=4.6.3" crossorigin />
  10.   <link rel="preload" as="font" type="font/woff2" href="{{ asset('iconfont/xcartskin.woff2') }}?oaqn6v" crossorigin />
  11. {% endif %}