8000 Merge pull request #2095 from briankiewel/patch2 · atinder-snippets/laravel@19841d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19841d8

Browse files
committed
Merge pull request laravel#2095 from briankiewel/patch2
changed google font url to be protocol relative
2 parents f583a9d + 0587fa2 commit 19841d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/hello.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<title>Laravel PHP Framework</title>
66
<style>
7-
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
7+
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
88
99
body {
1010
margin:0;

0 commit comments

Comments
 (0)
0