🔥 Supprime les Google font
This commit is contained in:
parent
9c1540bd56
commit
b56801abd7
@ -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') }}">
|
||||
|
||||
|
@ -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%);
|
||||
|
Loading…
Reference in New Issue
Block a user