@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Thin.ttf');
}

body {
  background-color: #666;
  text-align: center;
  font-size: 4em;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
