diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml
index 250b7a1..7e5c21b 100644
--- a/OliverBooth/Pages/Shared/_Layout.cshtml
+++ b/OliverBooth/Pages/Shared/_Layout.cshtml
@@ -55,6 +55,7 @@
+
diff --git a/src/scss/app.scss b/src/scss/app.scss
index 080f7e4..6b19929 100644
--- a/src/scss/app.scss
+++ b/src/scss/app.scss
@@ -1,7 +1,7 @@
html, body {
background: #121212;
color: #f5f5f5;
- font-family: sans-serif;
+ font-family: 'Gabarito', sans-serif;
font-size: 16px;
}