[8.x] Added sans-serif as Fallback Font (#5543)
* Added sans-serif as Fallback Font Added sans-serif as Fallback Font to the Welcome Page * Update welcome.blade.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: 'Nunito';
|
font-family: 'Nunito', sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user