Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4552d93

Browse files
committed
Merge pull request laravel#3234 from DavidLemayian/patch-1
Use no protocol to fetch Lato font
2 parents b07b9f8 + 8bf428c commit 4552d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/welcome.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
3+
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
44

55
<style>
66
body {

0 commit comments

Comments
 (0)