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://, //
@@ -1,6 +1,6 @@
<html>
<head>
- <link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style>
body {