8000 changed google font url to be protocol relative · atinder-snippets/laravel@0587fa2 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0587fa2

Browse files
committed
changed google font url to be protocol relative
1 parent e526c08 commit 0587fa2

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