From e7e449100219ba8c6525a28752e3cbaa2fcc6913 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 27 Feb 2024 13:08:36 +0000 Subject: [PATCH] style: use Titillium Web for index intro --- OliverBooth/Pages/Shared/_Layout.cshtml | 1 + src/scss/app.scss | 12 ++++++++++++ 2 files changed, 13 insertions(+) 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 {