From 4d1f963d3d413b641f6486cccd172a78eab41262 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 3 Oct 2023 22:12:29 +0100 Subject: [PATCH] style: use Gabarito font --- OliverBooth/Pages/Shared/_Layout.cshtml | 1 + src/scss/app.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; }