2023-05-07 18:59:35 +00:00
|
|
|
<!-- ====== bootstrap icons cdn ====== -->
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">
|
|
|
|
|
|
|
|
<!-- bootstrap 5 -->
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
|
|
|
|
<!-- ====== font family ====== -->
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
|
|
|
|
rel="stylesheet">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ asset('template/css/all.css') }}" />
|
|
|
|
<link rel="stylesheet" href="{{ asset('template/css/animate.css') }}" />
|
|
|
|
<link rel="stylesheet" href="{{ asset('template/css/jquery.fancybox.css') }}" />
|
|
|
|
<link rel="stylesheet" href="{{ asset('template/css/lity.css') }}" />
|
|
|
|
<link rel="stylesheet" href="{{ asset('template/css/swiper.min.css') }}" />
|
|
|
|
<link rel="stylesheet" href="{{ asset('template/css/style.css') }}" />
|