Merge pull request #3250 from bbashy/patch-1
Use relative href on 503 font path
This commit is contained in:
commit
c357eb0ccd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue