Use https rather than // for google fonts in default views.
@@ -3,7 +3,7 @@
<head>
<title>Be right back.</title>
- <link href="//fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
+ <link href="https://fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
<style>
html, body {
<title>Laravel</title>