site/home.html

changeset 11
7dfd6ac82d72
parent 5
119d642a45fb
child 13
29c252b93909
--- a/site/home.html	Mon Feb 17 00:49:40 2020 -0700
+++ b/site/home.html	Tue Feb 25 23:59:39 2020 -0700
@@ -7,6 +7,10 @@
 	<link rel="stylesheet" href="style.css">
 	<link rel="icon" type="image/png" href="/s2favicon.png">
 	<title>Source 2 Documentation Project</title>
+
+	<!--Fonts-->
+	<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap" rel="stylesheet">
+	<link href="https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap" rel="stylesheet">
 </head>
 
 <body>
@@ -57,7 +61,7 @@
 	</div>
 	
 	<div class="footer">
-		<p class="copyright">Source Creator Collective - 2020</p>
+		<p class="copyright">Source Creator Collective – 2020</p>
 	</div>
 
 </div>

mercurial