@font-face {
  font-family: FONT;
  src: url(font.ttf);
}

body {
  background-color: black;
  color: green;
  font-family: 'FONT';
  text-align: center;
}
