roboto condensed for body font

This commit is contained in:
Diego F. Goberna
2018-12-11 03:51:54 +01:00
parent fdebc62d3b
commit 4eeab29abe
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,8 @@
<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="site/index.css" rel="stylesheet">
@@ -53,7 +55,7 @@
<section>
<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>
</div>
<div class="screenshots">

View File

@@ -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;
}