diff --git a/index.html b/index.html index 7daf997..5fe91fb 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,8 @@ + + @@ -53,7 +55,7 @@
-

We are huge fans of Beat Saber and what it has done for VR. As an homage, we built using A-Frame

+

We are huge fans of Beat Saber and what it has done for VR. As an homage, we built using A-Frame.

We've open sourced the code and assets for free for everyone to learn.

diff --git a/site/index.css b/site/index.css index cf26dc6..7e06e60 100644 --- a/site/index.css +++ b/site/index.css @@ -4,7 +4,7 @@ body { background-position: center 0px; background-color: #03080c; margin: 0; - font: 24px arial, sans-serif; + font: 26px "Roboto Condensed", arial, sans-serif; color: white; line-height: 30px; }