diff --git a/src/style.css b/src/style.css index 70e4e1afa..82de05f95 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap'); + * { margin: 0; @@ -8,7 +10,7 @@ html, body { height: 100vh; - font-family: 'Poppins'; + font-family: 'Poppins', sans-serif; } .webgl