Merge pull request #2095 from briankiewel/patch2

changed google font url to be protocol relative
This commit is contained in:
Taylor Otwell 2013-06-10 05:57:53 -07:00
commit 19841d865d

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;