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

Use https rather than // for google fonts in default views.
This commit is contained in:
Taylor Otwell 2015-08-17 11:33:03 -05:00
commit f40e72fa2f
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {