From 44cae829b29e380482062ddf2deb97c2354e5646 Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Tue, 21 Jan 2025 21:18:30 +0100 Subject: [PATCH] Added correct font --- src/index.html | 2 +- src/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 183efce..d3c43e8 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ - + diff --git a/src/styles.scss b/src/styles.scss index 0eecf1e..dbd4147 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -9,7 +9,7 @@ body { } body { - font-family: "Inter", sans-serif; + font-family: "Figtree", serif; font-optical-sizing: auto; font-weight: normal; font-style: normal;