diff --git a/resources/css/app.css b/resources/css/app.css index cdf33c3..67b3b79 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -16,6 +16,7 @@ font-family: 'Poppins'; font-style: normal; font-weight: 400; + font-display: swap; src: url('/fonts/poppins-400.woff2') format('woff2'); } @@ -23,6 +24,7 @@ font-family: 'Poppins'; font-style: normal; font-weight: 500; + font-display: swap; src: url('/fonts/poppins-500.woff2') format('woff2'); } @@ -30,6 +32,7 @@ font-family: 'Poppins'; font-style: normal; font-weight: 700; + font-display: swap; src: url('/fonts/poppins-700.woff2') format('woff2'); } diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 6859944..5b1fd92 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -8,6 +8,9 @@ + + + {!! SEOMeta::generate(false) !!} {!! OpenGraph::generate() !!} {!! Twitter::generate() !!}