Added the Inter font to the main.sass

This commit is contained in:
Mathias Wagner 2023-06-08 23:34:24 +02:00
parent 29994f8d12
commit 4b1fb1e5e7

View File

@ -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%
height: 100%
width: 100%