templates/mens/product/styles.html.twig line 1

  1.     <link rel="icon" href="{{ asset('assets/images/favicon/1.png') }}" type="image/x-icon">
  2.     <link rel="shortcut icon" href="{{ asset('assets/images/favicon/1.png') }}" type="image/x-icon">
  3.     <title>SELECTWEARS</title>
  4.     <!--Google font-->
  5.     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
  6.     <link rel="preconnect" href="https://fonts.gstatic.com">
  7.     <link href="https://fonts.googleapis.com/css2?family=Yellowtail&display=swap" rel="stylesheet">
  8.     <!-- Icons -->
  9.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/font-awesome.css') }}">
  10.     <!--Slick slider css-->
  11.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/slick.css') }}">
  12.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/slick-theme.css') }}">
  13.     <!-- Animate icon -->
  14.     <link rel="stylesheet" type="text/css" href="{{ asset("assets/css/vendors/animate.css") }}">
  15.     <!-- Themify icon -->
  16.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/themify-icons.css') }}">
  17.     <!-- Bootstrap css -->
  18.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/bootstrap.css') }}">
  19.     <!-- Theme css -->
  20.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/style.css') }}">
  21.     {# custom styles #}
  22.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/custom.css') }}">