roboto condensed for body font
This commit is contained in:
@@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
<link rel="shortcut icon" href="site/assets/favicon.png" type="image/x-icon">
|
<link rel="shortcut icon" href="site/assets/favicon.png" type="image/x-icon">
|
||||||
|
|
||||||
|
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Teko:400,700" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Teko:400,700" rel="stylesheet">
|
||||||
<link href="site/index.css" rel="stylesheet">
|
<link href="site/index.css" rel="stylesheet">
|
||||||
|
|
||||||
@@ -53,7 +55,7 @@
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
<p>We are huge fans of Beat Saber and what it has done for VR. As an homage, we built <img src="site/assets/sslogosmall.png">using <a href="https://aframe.io">A-Frame</a></p>
|
<p>We are huge fans of Beat Saber and what it has done for VR. As an homage, we built <img src="site/assets/sslogosmall.png">using <a href="https://aframe.io">A-Frame</a>.</p>
|
||||||
<p>We've <a href="https://github.com/supermedium/supersaber">open sourced</a> the code and assets for free for everyone to learn.</p>
|
<p>We've <a href="https://github.com/supermedium/supersaber">open sourced</a> the code and assets for free for everyone to learn.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="screenshots">
|
<div class="screenshots">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ body {
|
|||||||
background-position: center 0px;
|
background-position: center 0px;
|
||||||
background-color: #03080c;
|
background-color: #03080c;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font: 24px arial, sans-serif;
|
font: 26px "Roboto Condensed", arial, sans-serif;
|
||||||
color: white;
|
color: white;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user