diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index b1d9a88..92e8977 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -56,6 +56,7 @@ + diff --git a/src/scss/app.scss b/src/scss/app.scss index 483540b..70a3270 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -421,6 +421,18 @@ td.trim-p p:last-child { #landing-page-intro { text-align: left; + + h1.display-4 { + font-family: "Titillium Web", sans-serif; + font-weight: 600; + font-style: normal; + } + + p.lead { + font-family: "Titillium Web", sans-serif; + font-weight: 400; + font-style: normal; + } } #landing-page-headshot {