changed google font url to be protocol relative
This commit is contained in:
parent
e526c08800
commit
0587fa28ff
|
@ -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…
Reference in New Issue