#hotfix fixed 404 font issue

This commit is contained in:
Levi 2016-07-16 11:58:43 -05:00
parent 1e18a3c7a9
commit e17c006582
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<link href="{% static 'hosting/css/landing-page.css' %}" rel="stylesheet"> <link href="{% static 'hosting/css/landing-page.css' %}" rel="stylesheet">
<!-- Custom Fonts --> <!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
@ -40,7 +40,7 @@
<div class="text-center"> <div class="text-center">
<h1>&nbsp;</h1> <h1>&nbsp;</h1>
<h1>404</h1> <h1>404</h1>
<p class-"lead"> <p class="lead">
"Sorry, we could not find the page you are looking for!" "Sorry, we could not find the page you are looking for!"
</p> </p>
</div> </div>