Browse Source

Merge pull request #2095 from briankiewel/patch2

changed google font url to be protocol relative
Taylor Otwell 11 years ago
parent
commit
19841d865d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/hello.php

+ 1 - 1
app/views/hello.php

@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <meta charset="UTF-8">
     <title>Laravel PHP Framework</title>
     <title>Laravel PHP Framework</title>
     <style>
     <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 {
         body {
             margin:0;
             margin:0;