Skip to content

Commit

Permalink
Merge pull request #104 from andes2912/feature/improve-load-css
Browse files Browse the repository at this point in the history
Improve load css
  • Loading branch information
andes2912 authored Sep 28, 2022
2 parents b569fbe + fa7421b commit 4460014
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/layouts/frontend.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<meta name="author" content="Andri Desmana">

<!-- ================== BEGIN BASE CSS STYLE ================== -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<link href="{{asset('frontend/plugins/bootstrap3/css/bootstrap.min.css')}}" rel="stylesheet" />
<link href="{{asset('frontend/plugins/font-awesome/css/font-awesome.min.css')}}" rel="stylesheet" />
<link href="{{asset('frontend/plugins/animate/animate.min.css')}}" rel="stylesheet" />
Expand Down

0 comments on commit 4460014

Please sign in to comment.