diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1cbb25e9..fc625514 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -31,6 +31,7 @@
+
diff --git a/static/fonts/open-sans-bold.eot b/static/fonts/open-sans-bold.eot
new file mode 100755
index 00000000..bf88bfad
Binary files /dev/null and b/static/fonts/open-sans-bold.eot differ
diff --git a/static/fonts/open-sans-bold.svg b/static/fonts/open-sans-bold.svg
new file mode 100755
index 00000000..8e6b61ad
--- /dev/null
+++ b/static/fonts/open-sans-bold.svg
@@ -0,0 +1,334 @@
+
+
+
diff --git a/static/fonts/open-sans-bold.ttf b/static/fonts/open-sans-bold.ttf
new file mode 100755
index 00000000..11aec0f4
Binary files /dev/null and b/static/fonts/open-sans-bold.ttf differ
diff --git a/static/fonts/open-sans-bold.woff b/static/fonts/open-sans-bold.woff
new file mode 100755
index 00000000..2523e953
Binary files /dev/null and b/static/fonts/open-sans-bold.woff differ
diff --git a/static/fonts/open-sans-bold.woff2 b/static/fonts/open-sans-bold.woff2
new file mode 100755
index 00000000..2b04b15b
Binary files /dev/null and b/static/fonts/open-sans-bold.woff2 differ
diff --git a/static/fonts/open-sans-regular.eot b/static/fonts/open-sans-regular.eot
new file mode 100755
index 00000000..1a8b1160
Binary files /dev/null and b/static/fonts/open-sans-regular.eot differ
diff --git a/static/fonts/open-sans-regular.svg b/static/fonts/open-sans-regular.svg
new file mode 100755
index 00000000..78eb653a
--- /dev/null
+++ b/static/fonts/open-sans-regular.svg
@@ -0,0 +1,336 @@
+
+
+
diff --git a/static/fonts/open-sans-regular.ttf b/static/fonts/open-sans-regular.ttf
new file mode 100755
index 00000000..9d4e8e52
Binary files /dev/null and b/static/fonts/open-sans-regular.ttf differ
diff --git a/static/fonts/open-sans-regular.woff b/static/fonts/open-sans-regular.woff
new file mode 100755
index 00000000..e495e6f0
Binary files /dev/null and b/static/fonts/open-sans-regular.woff differ
diff --git a/static/fonts/open-sans-regular.woff2 b/static/fonts/open-sans-regular.woff2
new file mode 100755
index 00000000..c8050c25
Binary files /dev/null and b/static/fonts/open-sans-regular.woff2 differ
diff --git a/static/fonts/open-sans-semibold.eot b/static/fonts/open-sans-semibold.eot
new file mode 100755
index 00000000..2d978e88
Binary files /dev/null and b/static/fonts/open-sans-semibold.eot differ
diff --git a/static/fonts/open-sans-semibold.svg b/static/fonts/open-sans-semibold.svg
new file mode 100755
index 00000000..410561e7
--- /dev/null
+++ b/static/fonts/open-sans-semibold.svg
@@ -0,0 +1,336 @@
+
+
+
diff --git a/static/fonts/open-sans-semibold.ttf b/static/fonts/open-sans-semibold.ttf
new file mode 100755
index 00000000..bc77ab67
Binary files /dev/null and b/static/fonts/open-sans-semibold.ttf differ
diff --git a/static/fonts/open-sans-semibold.woff b/static/fonts/open-sans-semibold.woff
new file mode 100755
index 00000000..5a604b3a
Binary files /dev/null and b/static/fonts/open-sans-semibold.woff differ
diff --git a/static/fonts/open-sans-semibold.woff2 b/static/fonts/open-sans-semibold.woff2
new file mode 100755
index 00000000..a0965b7a
Binary files /dev/null and b/static/fonts/open-sans-semibold.woff2 differ
diff --git a/static/style.css b/static/style.css
index b508877d..778084b1 100644
--- a/static/style.css
+++ b/static/style.css
@@ -14,6 +14,20 @@
url("fonts/open-sans-light.svg#OpenSans") format("svg");
}
+@font-face {
+ font-family: "Open Sans";
+ font-display: fallback;
+ font-style: normal;
+ font-weight: 400;
+ src: url("fonts/open-sans-regular.eot");
+ src: local("Open Sans Regular"), local("OpenSans-Regular"),
+ url("fonts/open-sans-regular.eot?#iefix") format("embedded-opentype"),
+ url("fonts/open-sans-regular.woff2") format("woff2"),
+ url("fonts/open-sans-regular.woff") format("woff"),
+ url("fonts/open-sans-regular.ttf") format("truetype"),
+ url("fonts/open-sans-regular.svg#OpenSans") format("svg");
+}
+
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@@ -237,6 +251,7 @@ div#home img#me {
div#home h1 {
margin: 0 0 20px 0;
font-size: 1.5em;
+ font-weight: normal;
line-height: 1em;
letter-spacing: -0.01em;
}
@@ -244,6 +259,7 @@ div#home h1 {
div#home h2 {
margin: 20px 0;
font-size: 1.2em;
+ font-weight: normal;
line-height: 1.4em;
letter-spacing: -0.01em;
}
@@ -271,14 +287,11 @@ div#home sup {
}
div#home h1 {
- font-size: 1.5em;
margin: 0 0 12px 0;
}
div#home h2 {
margin: 12px 0;
- font-size: 1.2em;
- line-height: 1.4em;
}
div#home p {
@@ -287,10 +300,6 @@ div#home sup {
margin: 12px 0;
}
- div#home span#wave {
- font-size: 16px;
- }
-
div#home div#footer div#panda {
display: none;
}