From 4b1fb1e5e74b29d831e772e77e33c9fc711c6a0c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 8 Jun 2023 23:34:24 +0200 Subject: [PATCH] Added the Inter font to the main.sass --- webui/src/common/styles/main.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webui/src/common/styles/main.sass b/webui/src/common/styles/main.sass index 3929848..e1c88f3 100644 --- a/webui/src/common/styles/main.sass +++ b/webui/src/common/styles/main.sass @@ -6,6 +6,7 @@ body, html padding: 0 background-color: #000 height: 100% + font-family: 'Inter', sans-serif #root height: 100% @@ -14,4 +15,5 @@ body, html position: absolute top: 0 left: 0 - height: 100% \ No newline at end of file + height: 100% + width: 100% \ No newline at end of file