From a0f0e7c90e35264c3dd804734548e899a7947ea5 Mon Sep 17 00:00:00 2001 From: Gaurika Mahajan Date: Sat, 22 Jun 2024 14:10:17 -0400 Subject: [PATCH] changed font to be littlewitches custom font --- client/src/App.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/App.scss b/client/src/App.scss index 04ac8764..dec6b4c1 100644 --- a/client/src/App.scss +++ b/client/src/App.scss @@ -5,7 +5,7 @@ box-sizing: border-box; margin: 0; padding: 0; - font-family: 'Almendra SC', sans-serif; + font-family: 'LittleWitches', sans-serif; @include devices(tablet) { user-select: none; } @@ -52,7 +52,7 @@ html { background-color: var(--page-bg); scroll-behavior: smooth; overflow-x: hidden; - font-family: 'Almendra SC', sans-serif; + font-family: 'LittleWitches', sans-serif; } h1, @@ -60,7 +60,7 @@ h2, h3, h4, h5 { - font-family: 'Almendra SC', serif; + font-family: 'LittleWitches', serif; margin: 0px; padding: 0px; }