Skip to content

Commit c357eb0

Browse files
committed
Merge pull request laravel#3250 from bbashy/patch-1
Use relative href on 503 font path
2 parents 1c58722 + 8f6489e commit c357eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/errors/503.blade.php

Lines changed: 1 addition & 1 deletion
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)