- New font selection

Tue, 25 Feb 2020 23:59:39 -0700

author
Glitchvid <Glitchvid@glitchvid.com>
date
Tue, 25 Feb 2020 23:59:39 -0700
changeset 11
7dfd6ac82d72
parent 10
a18ce529899b
child 12
0f4c203ec467

- New font selection
- Changed dash to en dash in Source Creator Collective

site/about.html file | annotate | diff | comparison | revisions
site/features.html file | annotate | diff | comparison | revisions
site/features_tools.html file | annotate | diff | comparison | revisions
site/home.html file | annotate | diff | comparison | revisions
site/style.css file | annotate | diff | comparison | revisions
--- a/site/about.html	Mon Feb 17 00:49:40 2020 -0700
+++ b/site/about.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>
@@ -32,7 +36,7 @@
 	</div>
 	
 	<div class="footer">
-		<p class="copyright">Source Creator Collective - 2020</p>
+		<p class="copyright">Source Creator Collective – 2020</p>
 	</div>
 
 </div>
--- a/site/features.html	Mon Feb 17 00:49:40 2020 -0700
+++ b/site/features.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>
@@ -56,7 +60,7 @@
 	</div>
 	
 	<div class="footer">
-		<p class="copyright">Source Creator Collective - 2020</p>
+		<p class="copyright">Source Creator Collective – 2020</p>
 	</div>
 
 </div>
--- a/site/features_tools.html	Mon Feb 17 00:49:40 2020 -0700
+++ b/site/features_tools.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>
@@ -207,7 +211,7 @@
 	</div>
 	
 	<div class="footer">
-		<p class="copyright">Source Creator Collective - 2020</p>
+		<p class="copyright">Source Creator Collective – 2020</p>
 	</div>
 
 </div>
--- 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>
--- a/site/style.css	Mon Feb 17 00:49:40 2020 -0700
+++ b/site/style.css	Tue Feb 25 23:59:39 2020 -0700
@@ -82,15 +82,19 @@
 }
 div.content h1 {
 	margin-bottom: .25em;
+	font-family: 'Nunito', sans-serif;
+	letter-spacing: -0.0125em;
 }
 div.content h3 {
 	margin-top: .25em;
 	margin-bottom: .25em;
+	font-family: 'Nunito', sans-serif;
+	letter-spacing: -0.0125em;
 }
 div.content h4 {
 	margin-top: .25em;
 	margin-bottom: .25em;
-
+	font-family: 'Nunito', sans-serif;
 }
 div.content p {
 	margin: 1em;
@@ -179,6 +183,4 @@
 	max-width: 100%;
 }
 
-/* External Fonts */
-@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap');
-@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap');
\ No newline at end of file
+/* External Fonts */
\ No newline at end of file

mercurial