🔥 Supprime les Google font

This commit is contained in:
Clement Desmidt 2022-04-20 12:55:17 +02:00
parent 9c1540bd56
commit b56801abd7
2 changed files with 0 additions and 4 deletions

View File

@ -7,9 +7,6 @@
<title>{{ config('app.name', 'Laravel') }}</title>
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
<!-- Styles -->
<link rel="stylesheet" href="{{ asset('css/app.css') }}">

View File

@ -7,7 +7,6 @@
<title>{{ config('app.name', 'Laravel') }}</title>
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<style>
body { font-family: 'Nunito', sans-serif; }
.gradient {
background: rgb(108,99,255);
background: linear-gradient(90deg, rgba(108,99,255,1) 0%, rgba(0,212,255,1) 100%);