diff --git a/_includes/head.html b/_includes/head.html
index 022d1ca..5b5b116 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -9,6 +9,7 @@
{% assign user_url = site.url | append: site.baseurl %}
{% assign full_base_url = user_url | default: site.github.url %}
+
diff --git a/_sass/_variables.scss b/_sass/_variables.scss
index 66b0361..76daaf3 100644
--- a/_sass/_variables.scss
+++ b/_sass/_variables.scss
@@ -1,13 +1,13 @@
// Font family
-$body-font-family: "Helvetica Neue", Arial, sans-serif;
+$body-font-family: "Montserrat", Arial, sans-serif;
$body-font-size: 16px;
$prose-font-size: 20px;
// Type scale
$h0-mobile: 64px;
-$h0-desktop: 128px;
+$h0-desktop: 100px;
$h1-size: 40px !default;
$h2-size: 32px !default;
diff --git a/main.scss b/main.scss
index 4c77f35..fc9cf48 100644
--- a/main.scss
+++ b/main.scss
@@ -2,8 +2,6 @@
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";
-// Default black theme
-
// Color variables
$black: #181818;
$red: #E74727;