From e17c006582b3d2f03dce70ea0125365da24f7e44 Mon Sep 17 00:00:00 2001
From: Levi <levinoelvm@gmail.com>
Date: Sat, 16 Jul 2016 11:58:43 -0500
Subject: [PATCH] #hotfix fixed 404 font issue

---
 ungleich_page/templates/ungleich_page/404.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ungleich_page/templates/ungleich_page/404.html b/ungleich_page/templates/ungleich_page/404.html
index 4d817937..bcd2260b 100644
--- a/ungleich_page/templates/ungleich_page/404.html
+++ b/ungleich_page/templates/ungleich_page/404.html
@@ -19,7 +19,7 @@
     <link href="{% static 'hosting/css/landing-page.css' %}" rel="stylesheet">
 
     <!-- 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="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" />
@@ -40,7 +40,7 @@
     <div class="text-center">
       <h1>&nbsp;</h1>
       <h1>404</h1>
-      <p class-"lead">
+      <p class="lead">
        "Sorry, we could not find the page you are looking for!"
        </p>
      </div>