diff --git a/index.html b/index.html
index 8fe1b81..f06f16d 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,9 @@
-
+
+
+
Jack Kolb
diff --git a/style.css b/style.css
index 27f1966..cb17084 100644
--- a/style.css
+++ b/style.css
@@ -4,20 +4,20 @@ body {
margin-right: 150px;
margin-bottom: 50px;
max-width: 850px;
- font-size: 115%;
- font-family: 'Merriweather', serif;
+ font-size: 125%;
+ font-family: 'Lora', serif;
text-align: justify;
}
h1 {
font-size: 250%;
- font-family: 'Ubuntu', sans-serif;
+ font-family: 'Lato', sans-serif;
margin-bottom: 0px;
padding: 0px;
}
h2 {
- font-family: 'Ubuntu', sans-serif;
+ font-family: 'Lato', sans-serif;
font-size: 170%;
margin-top: 35px;
margin-bottom: -10px;
@@ -25,7 +25,7 @@ h2 {
}
h3 {
- font-family: 'Ubuntu', sans-serif;
+ font-family: 'Lato', sans-serif;
font-size: 130%;
margin-top: 20px;
margin-bottom: -5px;
@@ -33,7 +33,7 @@ h3 {
}
h4 {
- font-family: 'Ubuntu', sans-serif;
+ font-family: 'Lato', sans-serif;
font-size: 110%;
margin-top: 20px;
margin-bottom: -5px;
@@ -41,7 +41,8 @@ h4 {
}
code {
- font-family: 'Ubuntu Mono', monospace;
+ font-family: 'Cousine', monospace;
+ font-size: 12px;
}
p {
@@ -69,7 +70,7 @@ a:hover {
}
ul {
- font-family: 'Merriweather', serif;
+ font-family: 'Lora', serif;
}
ul.navbar {