Commit f40e72fa authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3484 from Zarthus/patch/views-use-https

Use https rather than // for google fonts in default views.
parents 2ddeae9c b8790d53
......@@ -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 {
......
......@@ -3,7 +3,7 @@
<head>
<title>Laravel</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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment