diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index 4a4150592d4..eb76d26b1a4 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -17,7 +17,7 @@ color: #B0BEC5; display: table; font-weight: 100; - font-family: 'Lato'; + font-family: 'Lato', sans-serif; } .container { diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 87710acead3..b118d17ae46 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -16,7 +16,7 @@ width: 100%; display: table; font-weight: 100; - font-family: 'Lato'; + font-family: 'Lato', sans-serif; } .container {