mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Merge pull request #2095 from briankiewel/patch2
changed google font url to be protocol relative
This commit is contained in:
commit
19841d865d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user