From 8bf428c193475ca95face345a37816239b827daa Mon Sep 17 00:00:00 2001 From: David Lemayian Date: Wed, 28 Jan 2015 21:42:54 +0300 Subject: [PATCH] Use no protocol to fetch Lato font When using https://example.com, the welcome page design looks off due to fetching the Lato font on http://. Ref: https://github.com/laravel/framework/issues/7159 Better yet, instead of https:// or http://, // --- resources/views/welcome.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 27319448dde..7b2750cc6a3 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,6 +1,6 @@ - +