Skip to content

Commit

Permalink
Merge pull request laravel#3234 from DavidLemayian/patch-1
Browse files Browse the repository at this point in the history
Use no protocol to fetch Lato font
  • Loading branch information
taylorotwell committed Feb 4, 2015
2 parents b07b9f8 + 8bf428c commit 4552d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>

<style>
body {
Expand Down

0 comments on commit 4552d93

Please sign in to comment.