Use https rather than // for google fonts in default views.

Ensure the default views always use HTTPS for the loading of fonts. This is overall a good practise to follow.
This commit is contained in:
Jos Ahrens 2015-08-17 18:05:47 +02:00
parent 2ddeae9c71
commit b8790d5352
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 {