changed google font url to be protocol relative

This commit is contained in:
Brian Kiewel 2013-06-09 20:52:43 -07:00
parent e526c08800
commit 0587fa28ff

View File

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