[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 <[email protected]>
This commit is contained in:
Martin Eiber
2021-02-26 07:19:45 -06:00
committed by GitHub
co-authored by Taylor Otwell
parent 06d967a4c7
commit 16f531e646
+1 -1
View File
@@ -16,7 +16,7 @@
<style> <style>
body { body {
font-family: 'Nunito'; font-family: 'Nunito', sans-serif;
} }
</style> </style>
</head> </head>