Browse Source

Use relative href on 503 font path

Ben Sampson 9 years ago
parent
commit
8f6489ef2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/errors/503.blade.php

+ 1 - 1
resources/views/errors/503.blade.php

@@ -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 {