Commit 19841d86 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2095 from briankiewel/patch2

changed google font url to be protocol relative
parents f583a9d2 0587fa28
......@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Laravel PHP Framework</title>
<style>
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
body {
margin:0;
......
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