From 022e96252ed5f4d3622dc69e9681caf7b85cea14 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 17 Apr 2023 22:23:48 +0000 Subject: [PATCH] The project now uses Inter instead of Roboro --- src/common/styles/root.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/styles/root.sass b/src/common/styles/root.sass index 36ed5d0..20c3a9d 100644 --- a/src/common/styles/root.sass +++ b/src/common/styles/root.sass @@ -8,7 +8,7 @@ body, html margin: 0 padding: 0 min-height: 100vh - font-family: 'Roboto', sans-serif + font-family: 'Inter', sans-serif background: no-repeat $ball1, no-repeat $ball2, no-repeat $ball3, $background @media (max-width: 873px)