Commit 0587fa28 authored by Brian Kiewel's avatar Brian Kiewel

changed google font url to be protocol relative

parent e526c088
......@@ -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